Backreference ConstructsÂ
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.