diff options
author | Michael Hirsch <scivision@users.noreply.gitlab.kitware.com> | 2021-05-31 03:29:42 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-02 14:30:21 (GMT) |
commit | 0d210b92faf8b2c6aa3e433781c10b1397c80e62 (patch) | |
tree | b16e836e4b82c2d7a1fe33bfa6c848db44fa7eeb /Help/command/list.rst | |
parent | bf4e49477360e4423eb3ab5dca46314919fb977e (diff) | |
download | CMake-0d210b92faf8b2c6aa3e433781c10b1397c80e62.zip CMake-0d210b92faf8b2c6aa3e433781c10b1397c80e62.tar.gz CMake-0d210b92faf8b2c6aa3e433781c10b1397c80e62.tar.bz2 |
Help: links to CMake regex syntax
Diffstat (limited to 'Help/command/list.rst')
-rw-r--r-- | Help/command/list.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/list.rst b/Help/command/list.rst index 7accc5a..f46641f 100644 --- a/Help/command/list.rst +++ b/Help/command/list.rst @@ -141,8 +141,8 @@ Appends elements to the list. Includes or removes items from the list that match the mode's pattern. In ``REGEX`` mode, items will be matched against the given regular expression. -For more information on regular expressions see also the -:command:`string` command. +For more information on regular expressions look under +:ref:`string(REGEX) <Regex Specification>`. .. _INSERT: |