diff options
Diffstat (limited to 'Help/command/string.rst')
-rw-r--r-- | Help/command/string.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/string.rst b/Help/command/string.rst index 7199178..fe38c99 100644 --- a/Help/command/string.rst +++ b/Help/command/string.rst @@ -77,6 +77,8 @@ The replace expression may refer to paren-delimited subexpressions of the match using ``\1``, ``\2``, ..., ``\9``. Note that two backslashes (``\\1``) are required in CMake code to get a backslash through argument parsing. +.. _`Regex Specification`: + Regex Specification """"""""""""""""""" |