Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following table lists optional parameters that add backreference modifiers to a regular expression.
Backreference construct | Definition |
---|---|
\number |
Backreference. For example, |
\k<name> |
Named backreference. For example, |
Note the ambiguity between octal escape codes and \number backreferences that use the same notation. See Backreferences for details on how the regular expression engine resolves the ambiguity.