fix typo
This commit is contained in:
parent
aabbec16cc
commit
37c906ca56
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Lookahead and lookbehind
|
# Lookahead and lookbehind
|
||||||
|
|
||||||
Sometimes we need to find only those matches for a pattern that are followed or preceeded by another pattern.
|
Sometimes we need to find only those matches for a pattern that are followed or preceded by another pattern.
|
||||||
|
|
||||||
There's a special syntax for that, called "lookahead" and "lookbehind", together referred to as "lookaround".
|
There's a special syntax for that, called "lookahead" and "lookbehind", together referred to as "lookaround".
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue