mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07:00
doc: clarify capture group indices
And in particular, note the special $0 index, which corresponds to the entire match. Fixes #1591
This commit is contained in:
@@ -6,6 +6,8 @@ Bug fixes:
|
||||
|
||||
* [BUG #1581](https://github.com/BurntSushi/ripgrep/issues/1581):
|
||||
Corrects some egregious markup output in `--help`.
|
||||
* [BUG #1591](https://github.com/BurntSushi/ripgrep/issues/1591):
|
||||
Mention the special `$0` capture group in docs for the `-r/--replace` flag.
|
||||
|
||||
|
||||
12.1.0 (2020-05-09)
|
||||
|
Reference in New Issue
Block a user