Find & Replace
Bulk find and replace text with optional regex and case sensitivity.
Result (0)
Private & SecureRuns in your browser — nothing is uploaded
Easy to UseJust paste or type — instant results
Free ForeverUnlimited use, no sign-up
Fast & ReliableAdvanced tech, fast and stable
Find and replace across a whole block of text saves you fixing the same thing over and over. This swaps every occurrence of a word or pattern for the replacement you set, all at once. Everything runs in your browser, so your text never leaves your device.
How to use: Find & Replace
- 1Enter inputPaste the text you want to process into the input box.
- 2Set optionsEnter what to find and what to replace it with.
- 3ProcessToggle regex, case-sensitive or whole-word options as needed.
- 4Get resultRun the replace, then review and copy the result.
Common use cases
Fix a repeated word or typoChange every instance of a term in one step.
Update a name or URL everywhereSwap an old value for a new one across the whole text.
Reformat with a patternUse a pattern to replace many similar bits at once.
Clean up pasted textStrip or swap unwanted characters in bulk.
Good to know
Replace all happens at onceEvery match changes together, so check the result; there's no undo once you copy it away.
Mind case sensitivityCat and cat may be treated as different unless you turn on case-insensitive matching.
Pattern mode is powerfulIn pattern (regex) mode, special characters have meaning; escape them for the literal character, and the same engine notes as the regex tester apply.