We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ebcbd commit 71d71d2Copy full SHA for 71d71d2
README.md
@@ -138,7 +138,7 @@ generally speaking):
138
backreferences in your patterns, which are not supported in ripgrep's default
139
regex engine. PCRE2 support can be enabled with `-P/--pcre2` (use PCRE2
140
always) or `--auto-hybrid-regex` (use PCRE2 only if needed). An alternative
141
- syntax is provided via the `--engine (default|pcre2|auto-hybrid)` option.
+ syntax is provided via the `--engine (default|pcre2|auto)` option.
142
* ripgrep has [rudimentary support for replacements](GUIDE.md#replacements),
143
which permit rewriting output based on what was matched.
144
* ripgrep supports [searching files in text encodings](GUIDE.md#file-encoding)
0 commit comments