Files
CMake/Help/command
Nikita Nemkin 8d455809b0 string: Allow zero-length matches in all REGEX subcommands
The semantics mimic other languages like Python, Java, JS, etc.
To advance past a zero-length match, the search algorithm first
tries to find a non-zero alternative branch. If that fails, it
force-advances by 1 character.

Fixes: #13790, #13792, #18690, #26629
2025-02-15 01:01:49 +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