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 @@ Quantifiers are very simple from the first sight, but in fact they can be tricky
We should understand how the search works very well if we plan to look for something more complex than `pattern:/\d+/`.
[cut]
Let's take the following task as an example.
We have a text and need to replace all quotes `"..."` with guillemet marks: `«...»`. They are preferred for typography in many countries.