Commit Graph

4 Commits

Author SHA1 Message Date
6f69f5d482 utils/mu-regex: add move constructor 2023-07-11 22:54:01 +03:00
daef904ca1 utils: add Regex::replace + unit tests 2023-01-29 10:13:29 +02:00
60e9d54a7c mu-regex: make backward-compatible with older glib 2022-12-31 00:10:24 +02:00
e97bbb83e3 utils/mu-regex: add PCRE Regex wrapper
Add a thin c++ wrapper for GLib's GRegex (which is a PCRE wrapper
itself). PCRE is much faster than C++ std::regex, it may even matter in
some use-cases.
2022-12-30 11:15:03 +02:00