diff options
author | Brad King <brad.king@kitware.com> | 2017-04-18 18:45:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-04-18 18:45:49 (GMT) |
commit | eb08e1febba1cdc71bea2aee6431b5ed8f711af2 (patch) | |
tree | 53744938824bd6be8380f91f9a9c68313ecc1b06 /Help/command/string.rst | |
parent | 8dd997526370c4d1232bcde46e0eb2a751dfa3fd (diff) | |
download | CMake-eb08e1febba1cdc71bea2aee6431b5ed8f711af2.zip CMake-eb08e1febba1cdc71bea2aee6431b5ed8f711af2.tar.gz CMake-eb08e1febba1cdc71bea2aee6431b5ed8f711af2.tar.bz2 |
Help: Document CMAKE_MATCH_<n> variables
Diffstat (limited to 'Help/command/string.rst')
-rw-r--r-- | Help/command/string.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/string.rst b/Help/command/string.rst index fe38c99..4f0c45c 100644 --- a/Help/command/string.rst +++ b/Help/command/string.rst @@ -113,7 +113,7 @@ The following characters have special meaning in regular expressions: in the ``REGEX REPLACE`` operation. Additionally it is saved by all regular expression-related commands, including e.g. :command:`if(MATCHES)`, in the variables - ``CMAKE_MATCH_<n>`` for ``<n>`` 0..9. + :variable:`CMAKE_MATCH_<n>` for ``<n>`` 0..9. ``*``, ``+`` and ``?`` have higher precedence than concatenation. ``|`` has lower precedence than concatenation. This means that the regular |