Find & Replace
Paste text, enter what to find and what to replace it with, and see the result update live. Use regular expressions, case sensitivity, or whole-word matching.
Input text
LocalResult
—About Find & Replace
Find & Replace swaps text for new text with live preview, supporting regular expressions, case sensitivity, and whole-word matching. It is for editors and developers making bulk changes across a block of text.
Repeating the same edit by hand is slow and easy to get wrong. Doing it locally with a live preview shows the effect immediately, and the text never leaves your browser.
Step by step
- Paste the text you want to edit.
- Enter what to find and what to replace it with.
- Turn on regular expressions, case sensitivity, or whole-word matching if needed.
- Watch the preview update as you adjust the terms.
- Copy the edited result.
What it offers
- Regular-expression support
- Case-sensitive and whole-word options
- Live preview of replacements
- Replaced in the browser
Where it helps
- Renaming a term consistently across a document
- Reformatting data with a regular-expression pattern
- Cleaning up imported text in bulk
- Swapping placeholders for real values
Tips for best results
- Use whole-word matching when a term appears inside larger words you must not touch.
- Test a regular expression on a small sample before applying it to everything.
- Check the preview for unintended matches, especially with short search terms.
Pitfalls to watch for
- Forgetting whole-word matching, so “cat” also changes inside “category”.
- Writing a greedy regular expression that matches more than intended; preview before trusting it.
- Running a case-insensitive replace that alters capitalised words you meant to keep.
Why people use it
Bulk edits
Change every occurrence at once.
Powerful matching
Regex and whole-word options for precision.
Safe preview
See the effect before you copy.
Private
Editing happens on your device.
Common questions
This runs entirely in your browser
No file or text you enter here is uploaded. Encoding and decoding happen on your device using native browser APIs — close the tab and nothing remains on a server.