aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/regex/regex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add utility wrapper around RE2 possible regex prefix match rangeTor Brede Vekterli2023-03-211-0/+14
* Revert "Add utility wrapper around RE2 possible regex prefix match range"Harald Musum2023-03-201-14/+0
* Add utility wrapper around RE2 possible regex prefix match rangeTor Brede Vekterli2023-03-201-0/+14
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Use unique_ptr for regex instead of shared_ptr to keep object small.Henning Baldersheim2021-03-041-4/+4
* rename regex option MultiLine -> DotMatchesNewlineArne Juul2020-05-281-1/+1
* add multiline regex optionArne Juul2020-05-281-0/+3
* Construct instance as constTor Brede Vekterli2020-03-051-1/+1
* Use Google RE2 as underlying regex engineTor Brede Vekterli2020-03-041-0/+88