We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1964601 commit 31b50e6Copy full SHA for 31b50e6
src/regexp/syntax/doc.go
@@ -56,6 +56,7 @@ Grouping:
56
57
(re) numbered capturing group (submatch)
58
(?P<name>re) named & numbered capturing group (submatch)
59
+ (?<name>re) named & numbered capturing group (submatch)
60
(?:re) non-capturing group
61
(?flags) set flags within current group; non-capturing
62
(?flags:re) set flags during re; non-capturing
0 commit comments