Find and Replace

Find and replace text in bulk, with case and regex options.

Advertisement

Advertisement

About the Find and Replace

Find and Replace swaps every occurrence of a word or pattern in your text in one click, and tells you how many replacements it made. Turn on 'Ignore case' to match regardless of capitalisation, or 'Use regex' for powerful pattern matching. It is perfect for cleaning data, renaming variables and editing long documents. It all runs in your browser.

How to use it

  1. Paste your text and enter what to find and what to replace it with.
  2. Optionally enable case-insensitive matching or regular expressions.
  3. Click 'Replace all' and copy the result.
Advertisement

Frequently asked questions

What can I do with the regex option?

You can match patterns instead of fixed text — for example \d+ to match any run of digits, or \s+ to collapse whitespace. Capture groups like $1 work in the replacement field.

Is my text sent to a server?

No. The replacement is performed locally in your browser.

Related tools

Advertisement