mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-08-07 12:06:40 -04:00
Fix 2.5.1. header anchor link
This commit is contained in:
parent
7c6353325b
commit
c5738a7c63
@ -310,7 +310,7 @@ within parenthesis `(...)`. For example, the regular expression `(?:c|g|p)ar` is
|
||||
|
||||
Non-capturing groups can come in handy when used in find-and-replace functionality or
|
||||
when mixed with capturing groups to keep the overview when producing any other kind of output.
|
||||
See also [4. Lookaround](# 4. Lookaround).
|
||||
See also [4. Lookaround](#4-lookaround).
|
||||
|
||||
## 2.6 Alternation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user