Skip to content

Help: Fix documentation of escape sequences in a regex

Brad King requested to merge brad.king/cmake:doc-regex-backslash into master

Documentation added by !2221 (merged) is only correct for backslashes inside [] groups. The regex engine does interpret \ escapes elsewhere. Fix the docs.

Fixes: #18428 (closed)

Merge request reports