summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Chin <achin@eminence32.net>2018-09-07 17:43:24 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-09-07 17:43:24 -0400
commit442a2786356cf9a7703dcc4a13a11e45b3f87723 (patch)
tree41394353982c418a9d3fc37221780c6dead34722
parent7ebed3ace695aa89ae2bfed2c02d5ab005da1dce (diff)
readme: fancy regexes are not supported by default
PR #1042
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f5e449bf..7438fbd5 100644
--- a/README.md
+++ b/README.md
@@ -105,7 +105,7 @@ increases the times to `2.640s` for ripgrep and `10.277s` for GNU grep.
supporting Unicode (which is always on).
* ripgrep has optional support for switching its regex engine to use PCRE2.
Among other things, this makes it possible to use look-around and
- backreferences in your patterns, which are supported in ripgrep's default
+ backreferences in your patterns, which are not supported in ripgrep's default
regex engine. PCRE2 support is enabled with `-P`.
* ripgrep supports searching files in text encodings other than UTF-8, such
as UTF-16, latin-1, GBK, EUC-JP, Shift_JIS and more. (Some support for