Files
ripgrep/crates/core/flags
Stephan Badragan cf91d6e67a printer: support -r/--replace with --json
This adds a `replacement` field to each submatch object in the JSON
output. In effect, this extends the `-r/--replace` flag so that it works
with `--json`.

This adds a new field instead of replacing the match text (which is how
the standard printer works) for maximum flexibility. This way, consumers
of the JSON output can access the original match text (and always rely
on it corresponding to the original match text) while also getting the
replacement text without needing to do the replacement themselves.

Closes #1872, Closes #2883
2025-07-26 11:35:08 -04:00
..
2025-07-26 10:42:28 -04:00
2024-04-02 09:10:25 -04:00