Find and Replace Text
Find specific words or phrases in your text and replace them with something else all at once. Case-insensitive and regular-expression options are supported. All processing happens inside your browser, so your text is never sent externally.
How to use
- Enter or paste the source text in the input box.
- Enter what to find and what to replace it with, and turn on options if needed.
- Click "Replace", then copy the text in the result box with "Copy result".
Frequently asked questions
Can I replace multiple places at once?
Yes. All parts matching the search text are replaced at once, and the number of replacements is shown too.
Can I use regular expressions?
Yes. Turn on "Use regex" to interpret the search text as a regular expression. For example, \d+ means consecutive digits.
Is the text I enter sent to a server?
No. All processing happens inside your browser, and your text is never sent to any external server.