aboutsummaryrefslogtreecommitdiff
path: root/libbutl/regex.mxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-01 11:19:16 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-01 11:19:16 +0300
commit307e30572fdeadf97b9febfefd70c5bac3f908e6 (patch)
treea38eed41e7c7051e52120d4a7957ad0e4d8229a0 /libbutl/regex.mxx
parent8504149fc1c70ecc5c7743c3522ae70de68b0694 (diff)
Add '\n' to regex_replace_*() substitution escape sequences
Diffstat (limited to 'libbutl/regex.mxx')
-rw-r--r--libbutl/regex.mxx2
1 files changed, 1 insertions, 1 deletions
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:
//