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 15767fc commit 9d49866Copy full SHA for 9d49866
9-regular-expressions/16-regexp-sticky/article.md
@@ -3,7 +3,7 @@
3
4
The flag `pattern:y` allows to perform the search at the given position in the source string.
5
6
-To grasp the use case of `pattern:y` flag, and see how great it is, let's explore a practical use case.
+To grasp the use case of `pattern:y` flag, and see how great it is, let's explore a practical example.
7
8
One of common tasks for regexps is "lexical analysis": we get a text, e.g. in a programming language, and analyze it for structural elements.
9
0 commit comments