🔎 Find and Replace
Find any word or phrase in your text and replace it across the entire document instantly. Supports regex, case sensitive and whole word options. Free, private, no signup.
About Find and Replace
This tool performs bulk find-and-replace across any amount of text instantly. Unlike your browser's Ctrl+F, this tool replaces every occurrence in one click and gives you the result as clean text ready to copy. It supports plain text matching, case-sensitive matching, whole word matching and full regular expression support.
Available Options
- Case Sensitive — "Hello" and "hello" are treated as different matches when enabled
- Whole Word — only matches the exact word, not words that contain it. "cat" won't match "category"
- Regex — use regular expressions for advanced pattern matching. Find all numbers, emails, URLs etc.
Common Uses
- Replacing an old brand name with a new one across a long document
- Swapping placeholder text like [NAME] with real values
- Deleting all instances of a specific word or phrase
- Normalising different spellings across a document
- Using regex to strip all numbers or email addresses from text
Frequently Asked Questions
Can I use regex in find and replace?
+Yes. Enable the Regex option to use regular expressions in the Find field. For example, \d+ matches any number, \s+ matches any whitespace, and [aeiou] matches any vowel. All standard JavaScript regex patterns are supported.
Can I replace text with nothing to delete it?
+Yes. Leave the Replace With field empty and click Replace All. Every instance of the search term will be deleted from the text.
How many replacements can it handle?
+There is no limit. The tool replaces all occurrences across any amount of text instantly since everything runs in your browser.