βοΈ Text Tools
Find and Replace Tool
Paste text and enter what to find and what to replace it with β supports plain text or regex matching.
How to use this tool
- 1Paste your text into the input box.
- 2Enter the text (or regex pattern) to find, and what to replace it with.
- 3Toggle regex and case-sensitive matching as needed β the result updates live.
Frequently asked questions
- Can I use regex capture groups in the replacement?
- Yes, when regex mode is on, use $1, $2, etc. in the replacement field to reference capture groups from the pattern.
- Does this replace all matches or just the first?
- All matches are replaced by default.