Commit 3122ce3e authored by Georg Brandl's avatar Georg Brandl

(?:...) is a non-capturing, but still grouping construct.

parent 5c66bcaa
......@@ -229,7 +229,7 @@ The special characters are:
undefined.
``(?:...)``
A non-grouping version of regular parentheses. Matches whatever regular
A non-capturing version of regular parentheses. Matches whatever regular
expression is inside the parentheses, but the substring matched by the group
*cannot* be retrieved after performing a match or referenced later in the
pattern.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment