Update article.md

This commit is contained in:
Arthur 2017-06-22 15:57:26 +03:00 committed by GitHub
parent 2a0516d174
commit db5a80bbe3

View file

@ -4,7 +4,7 @@ The caret `pattern:'^'` and dollar `pattern:'$'` characters have special meaning
[cut] [cut]
The caret `pattern:^` matches at the end of the text, and the dollar `pattern:$` -- in the end. The caret `pattern:^` matches at the beginning of the text, and the dollar `pattern:$` -- in the end.
For instance, let's test if the text starts with `Mary`: For instance, let's test if the text starts with `Mary`: