Find and Replace

Find and replace text on the fly, with case and regular-expression options. All in the browser.

Live·100% in your browser — no upload

What is Find and Replace

Find and Replace finds every occurrence of a text and replaces it with another, all at once. You can match case and, when you need more power, use regular expressions for complex patterns.

Processing happens in the browser: the text you paste is not sent to any server.

How it works

  1. Paste the text into the main box.
  2. Type what to find and what to replace it with.
  3. Enable 'Case sensitive' or 'Regex' if you need them.
  4. Press Replace: you will see the result and the number of replacements made.

Frequently Asked Questions

Can I use regular expressions?
Yes. Turn on the Regex option to use patterns like \d+ or capture groups; with regex off the search is literal.
Is it case sensitive?
By default no, so it finds more matches. Enable 'Case sensitive' to match upper and lower case exactly.
Is the text sent online?
No. Search and replace happen entirely in the browser: the text never leaves your device.

Related tools