Skip to content
Snippets Groups Projects
Commit cff58f07 authored by Sebastian Holtermann's avatar Sebastian Holtermann
Browse files

RegularExpression: New RegularExpressionMatch class

The new RegularExpressionMatch allows to keep multiple match
results of a RegularExpression.

The startp and endp pointers of RegularExpression are replaced
by an instance of RegularExpressionMatch.

There also is new thread safe version of RegularExpression::find()
which allows multiple threads to concurrently use the same
RegularExpression on different input strings with independent
RegularExpressionMatch results.
parent bbc94ba8
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment