Find a phrase and replace every occurrence in your text. Plain match by default; toggle regex for advanced patterns. Browser-only — your content never leaves your device.
Example:Hello world. Hello there. → Hi world. Hi there. (replace 'Hello' with 'Hi')
Find a phrase and replace every occurrence with another phrase, in a single pass. Default behaviour is plain-text match (the find string is escaped before matching) — type literally what you want to replace.
Runs entirely in your browser. Your text isn't uploaded or logged. Useful for quick edits where opening a full editor is overkill.
Use cases
Updating brand names across a document
Company rebrand? Find old name, replace with new — single click, every occurrence.
Replacing placeholder text
Paste a template with {{name}} placeholders, then run find-and-replace to fill them in.
Fixing systematic typos
Realised you spelled a recurring term wrong? Find-replace fixes them all in one go.
Switching between conventions
Convert "e.g." to "for example", or "&" to "and", or em dashes to en dashes — anywhere a global tone change applies.
Stripping unwanted characters
Replace any character with empty string to remove every occurrence: emojis, special punctuation, line numbers from copied code.
Frequently asked questions
Is the search case-sensitive?
Yes — "Apple" and "apple" are different. Lowercase your text first using the lowercase converter if you need case-insensitive matching.
Does it support regular expressions?
Not in this simple tool — it does plain-text replace only. For regex matching, use a code editor or run a JS console regex.
Will it replace only whole words?
No — substring match. "cat" replaces "cat" inside "category" too. To force whole-word matching, include leading and trailing spaces in your find string.
How many replacements are done?
All occurrences in one pass. The replacement is global by default.
Embed our tools on your website
Free for any site. No signup. Iframe loads from our servers and stays up-to-date automatically.