Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.