Backreferences can match the empty string when the referenced group didn't participate in the match, so we shouldn't add their length to the match_length_minimum, as it makes us skip valid matches. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| TestRegex.cpp | ||
Backreferences can match the empty string when the referenced group didn't participate in the match, so we shouldn't add their length to the match_length_minimum, as it makes us skip valid matches. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| TestRegex.cpp | ||