From 307e30572fdeadf97b9febfefd70c5bac3f908e6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 1 Mar 2019 11:19:16 +0300 Subject: Add '\n' to regex_replace_*() substitution escape sequences --- libbutl/regex.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl/regex.mxx') diff --git a/libbutl/regex.mxx b/libbutl/regex.mxx index 0d6aa70..4c21c16 100644 --- a/libbutl/regex.mxx +++ b/libbutl/regex.mxx @@ -44,7 +44,7 @@ LIBBUTL_MODEXPORT namespace butl // std::regex_replace() extended the standard ECMA-262 substitution escape // sequences with a subset of Perl sequences: // - // \\, \u, \l, \U, \L, \E, \1, ..., \9 + // \\, \n, \u, \l, \U, \L, \E, \1, ..., \9 // // Notes and limitations: // -- cgit v1.1