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 46af8e3 commit 436326eCopy full SHA for 436326e
README.md
@@ -381,7 +381,7 @@ are after the word `The` or `the`.
381
### 4.4 Negative Lookbehind
382
383
Negative lookbehind is used to get all the matches that are not preceded by a specific pattern. Negative lookbehind is denoted by
384
-`(?<!...)`. For example, the regular expression `(?<!(T|t)he\s)(cat)` means: get all `cat` words from input string that
+`(?<!...)`. For example, the regular expression `(?<!(T|t)he\s)(cat)` means: get all `cat` words from input string that
385
are not after the word `The` or `the`.
386
387
<pre>
0 commit comments