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 30fd8c4 commit c38baf1Copy full SHA for c38baf1
README.md
@@ -380,8 +380,8 @@ shorthand character sets are as follows:
380
381
## 4. Lookaround
382
383
-Lookbehind and lookahead sometimes known as lookaround are specific type of
384
-***non-capturing group*** (Use to match the pattern but not included in matching
+Lookbehind and lookahead (also called lookaround) are specific types of
+***non-capturing groups*** (Used to match the pattern but not included in matching
385
list). Lookaheads are used when we have the condition that this pattern is
386
preceded or followed by another certain pattern. For example, we want to get all
387
numbers that are preceded by `$` character from the following input string
0 commit comments