mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
d94d79a909
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.
|