mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 00:02:21 +08:00

Add a command to generate a regular expression that matches an input string literally by escaping special characters. Fixes: #18580
6 lines
156 B
ReStructuredText
6 lines
156 B
ReStructuredText
string-regex-quote
|
|
------------------
|
|
|
|
* The :command:`string(REGEX QUOTE)` command was added to
|
|
generate a regular expression exactly matching a string.
|