Skip to content

Commit 8c1912d

Browse files
danieloiziishaned
authored andcommitted
Gammar edit (ziishaned#96)
Added is to section 4.2
1 parent 0c3228a commit 8c1912d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ or `the` which are followed by the word `fat`.
421421
### 4.2 Negative Lookahead
422422

423423
Negative lookahead is used when we need to get all matches from input string
424-
that are not followed by a pattern. Negative lookahead defined same as we define
424+
that are not followed by a pattern. Negative lookahead is defined same as we define
425425
positive lookahead but the only difference is instead of equal `=` character we
426426
use negation `!` character i.e. `(?!...)`. Let's take a look at the following
427427
regular expression `(T|t)he(?!\sfat)` which means: get all `The` or `the` words

0 commit comments

Comments
 (0)