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 47ec9ad commit 0fb64c3Copy full SHA for 0fb64c3
1 file changed
src/lib.rs
@@ -361,6 +361,7 @@ regex matches `abc` at positions `0`, `1`, `2` and `3`.
361
<pre class="rust">
362
(exp) numbered capture group (indexed by opening parenthesis)
363
(?P<name>exp) named (also numbered) capture group (allowed chars: [_0-9a-zA-Z.\[\]])
364
+(?<name>exp) named (also numbered) capture group (allowed chars: [_0-9a-zA-Z.\[\]])
365
(?:exp) non-capturing group
366
(?flags) set flags within current group
367
(?flags:exp) set flags for exp (non-capturing)
0 commit comments