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).
Increased the maximum number of matches that the function extractAllGroupsHorizontal can return.

Why it matters

This change raises the threshold on the number of matches returned by extractAllGroupsHorizontal, 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 the extractAllGroupsHorizontal function as before, and it will now return a higher number of matched groups in the result.