We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0516d commit db5a80bCopy full SHA for db5a80b
5-regular-expressions/12-regexp-anchors/article.md
@@ -4,7 +4,7 @@ The caret `pattern:'^'` and dollar `pattern:'$'` characters have special meaning
4
5
[cut]
6
7
-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.
8
9
For instance, let's test if the text starts with `Mary`:
10
0 commit comments