remove cut

This commit is contained in:
Ilya Kantor 2018-02-06 13:07:22 +03:00
parent 37f1936622
commit be007e78ef
99 changed files with 0 additions and 198 deletions

View file

@ -4,8 +4,6 @@ Consider a practical task -- we have a phone number `"+7(903)-123-45-67"`, and w
A character class is a special notation that matches any symbol from the set.
[cut]
For instance, there's a "digit" class. It's written as `\d`. We put it in the pattern, and during the search any digit matches it.
For instance, the regexp `pattern:/\d/` looks for a single digit: