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

@ -7,8 +7,6 @@ There are two sets of methods to deal with regular expressions.
The structure is a bit messed up, so we'll first consider methods separately, and then -- practical recipes for common tasks.
[cut]
## str.search(reg)
We've seen this method already. It returns the position of the first match or `-1` if none found: