Is it possible to interpret PATTERN as fixed strings OR as basic regular expressions (BRE)? #3075
-
Is it possible to interpret PATTERN as fixed strings OR as basic regular expressions (BRE)? Scenario:
Note: I don't want to escape all Any other solutions w/o escaping all |
Beta Was this translation helpful? Give feedback.
Answered by
BurntSushi
Jun 24, 2025
Replies: 1 comment 1 reply
-
The same way you would with grep...
ripgrep doesn't support BREs. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
BurntSushi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The same way you would with grep...
ripgrep doesn't support BREs.