1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-18 00:02:21 +08:00
Files
CMake/Help/release/dev/string-regex-quote.rst
Timo Röhling d94d79a909 string: Add REGEX QUOTE sub-command
Add a command to generate a regular expression that matches an
input string literally by escaping special characters.

Fixes: #18580
2025-09-18 13:25:20 -04:00

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.