Files
wxWidgets/tests/regex
Vadim Zeitlin c55ba785d3 Use PCRE2 function for counting the number of captures
Don't try parsing the regex ourselves, which is not just slower but also
more buggy: in particular, we didn't handle regexes with trailing
backslash correctly and could keep reading after the end of the buffer
in this case.

See #25040.
2025-01-06 22:16:06 +01:00
..