Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.