v.21.6Improvement
Raised max matches threshold in extractAllGroupsHorizontal function
Raised the threshold on max number of matches in result of the function extractAllGroupsHorizontal. #23036 (Vasily Nemkov).Why it matters
This change raises the threshold on the number of matches returned byextractAllGroupsHorizontal, allowing users to extract more matched groups from a string in a single call. It helps when working with data containing many matching patterns, providing more comprehensive extraction without truncation.How to use it
The feature is applied automatically by the updated function. Users simply use theextractAllGroupsHorizontal function as before, and it will now return a higher number of matched groups in the result.