aboutsummaryrefslogtreecommitdiff
path: root/libbutl/regex.txx
AgeCommit message (Expand)AuthorFilesLines
2020-02-06Drop copyright notice from source codeBoris Kolpackov1-1/+0
2019-03-01Add '\n' to regex_replace_*() substitution escape sequencesKaren Arutyunov1-1/+2
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-06-19Add regex_replace_match() and rename regex_replace_ex() to regex_replace_sear...Karen Arutyunov1-172/+204
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-12-01Fix GCC 7 -fimplicit-fallthrough warningsBoris Kolpackov1-2/+2
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov1-4/+1
2017-08-31Fix regex_replace_ex() to ignore unmatched sub-expression referencesKaren Arutyunov1-4/+6
2017-08-30Generalize regex_replace_ex() functionKaren Arutyunov1-7/+11
2017-07-03Implement workaround for libc++ bug (#33681) in regex_replace_ex()Karen Arutyunov1-1/+17
2017-06-27Add support for format_no_copy flag in regex_replace_ex()Karen Arutyunov1-6/+18
2017-06-21Add regex utility functionsKaren Arutyunov1-0/+218