Disable regex parsing for a search term.
Section: ripgrep (rg)
Literal string search in ripgrep
bash
bash
rg -F 'http://localhost:3000' .Explanation
Useful for URLs or strings containing regex metacharacters.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing ripgrep (rg)