Merge pull request #2207 from joaquinelio/patch-2

redundant "use case"
This commit is contained in:
Ilya Kantor 2020-10-16 09:39:46 +03:00 committed by GitHub
commit 1fbc5082ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
The flag `pattern:y` allows to perform the search at the given position in the source string.
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.
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.