Files
CMake/Help/command
Nikita Nemkin 5d039f3be3 regex: Match ^ at most once in repeated searches
When doing successive matches, track the input start and current search
start positions separately to prevent the `^` anchor from matching in
the middle of the string.  Add policy CMP0186 to provide compatibility.

Issue: #26629
Fixes: #16899
2025-02-13 20:00:02 +05:00
..
2023-05-22 16:51:15 -04:00
2025-01-28 13:51:46 -05:00
2024-02-08 09:16:37 -05:00