Find and Replace
How to find and replace text
- Paste your text into the Input box.
- Type what to find and what to replace it with. The number of replacements is shown as you type.
- Use Match case, Whole words or Regular expression to narrow the search, then Copy output.
Frequently asked questions
How do I use regular expressions?
Tick "Regular expression" and type a pattern such as \d+ for any number. In the replacement, $1 inserts the first bracketed group.
How do I delete every match?
Leave "Replace with" empty.
Is my text uploaded?
No. The text is processed inside your browser and is never sent anywhere.