Used for grouping, to allow the application
of additional regular expression operators.
When extended is set, text grouped
with parentheses acts like text grouped in \(...\)
in regular vi; the actual text matched can be
retrieved in the replacement part of a substitute command with
\1, \2, etc.
In this case, \( represents a literal left parenthesis.