We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7a081 commit c7a8aeeCopy full SHA for c7a8aee
1 file changed
9-regular-expressions/14-regexp-lookahead-lookbehind/article.md
@@ -1,6 +1,6 @@
1
-# Lookahead and lookbehind
+# Lookahead e lookbehind
2
3
-Sometimes we need to find only those matches for a pattern that are followed or preceded by another pattern.
+Talvolta abbiamo bisogno di trovare soltanto quei riscontri per un pattern che sono seguiti o preceduti da un altro pattern.
4
5
There's a special syntax for that, called "lookahead" and "lookbehind", together referred to as "lookaround".
6
0 commit comments