diff options
author | Brad King <brad.king@kitware.com> | 2021-06-03 12:09:27 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-06-03 12:09:34 (GMT) |
commit | e6bcd5e45a3ff81815ef8bfba86388da1d0b0255 (patch) | |
tree | 39aecf31f41c68f3a61d1d1c2169c62dab874177 /Help/command/file.rst | |
parent | 4297357087aa64153128f6bcadbbe368266e59ad (diff) | |
parent | 0d210b92faf8b2c6aa3e433781c10b1397c80e62 (diff) | |
download | CMake-e6bcd5e45a3ff81815ef8bfba86388da1d0b0255.zip CMake-e6bcd5e45a3ff81815ef8bfba86388da1d0b0255.tar.gz CMake-e6bcd5e45a3ff81815ef8bfba86388da1d0b0255.tar.bz2 |
Merge topic 'doc_regex'
0d210b92fa Help: links to CMake regex syntax
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6179
Diffstat (limited to 'Help/command/file.rst')
-rw-r--r-- | Help/command/file.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst index 761fcbc..b6ed416 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -116,7 +116,8 @@ Parse a list of ASCII strings from ``<filename>`` and store it in binary while reading unless this option is given. ``REGEX <regex>`` - Consider only strings that match the given regular expression. + Consider only strings that match the given regular expression, + as described under :ref:`string(REGEX) <Regex Specification>`. ``ENCODING <encoding-type>`` .. versionadded:: 3.1 |