v.25.6Backward Incompatible Change
Previously, function countMatches would stop counting
Previously, functioncountMatcheswould stop counting at the first empty match even if the pattern accepts it. To overcome this issue,countMatchesnow continues execution by advancing by a single character when an empty match occurs. Users who like to retain the old behavior can enable settingcount_matches_stop_at_empty_match. #81676 (Elmi Ahmadov).