diff options
author | Brad King <brad.king@kitware.com> | 2017-04-18 18:45:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-04-18 18:45:04 (GMT) |
commit | 8dd997526370c4d1232bcde46e0eb2a751dfa3fd (patch) | |
tree | d4a8a61a2341274f055af1d7183831578829c6c7 /Help/command/string.rst | |
parent | a0091a697e275a86a493e4fd87902a0eb9067d55 (diff) | |
download | CMake-8dd997526370c4d1232bcde46e0eb2a751dfa3fd.zip CMake-8dd997526370c4d1232bcde46e0eb2a751dfa3fd.tar.gz CMake-8dd997526370c4d1232bcde46e0eb2a751dfa3fd.tar.bz2 |
Help: Link from if(MATCHES) to regex specification docs
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 """"""""""""""""""" |