Find and Replace

Find and replace text online with support for regex, case sensitivity, and whole words. Free bulk find-and-replace tool.

0 matches
Ready.

How to use the Find and Replace

  1. Paste your text into the Original text box, then type what to find and what to replace it with.
  2. Toggle case-sensitive, whole word, or use regex to control how matches are found.
  3. Watch the live match counter update as you type — it shows exactly how many matches will be replaced.
  4. Click Replace All to generate the result, then copy it.

Frequently asked questions

What does “whole word” do?
It only matches your search term when it appears as a complete word, so searching for "cat" won’t match inside "category" or "concatenate".
Can I use regular expressions?
Yes. Turn on Use regex and the Find field is treated as a regular expression pattern instead of plain text — useful for matching patterns like emails or numbers.
Why does it say “Invalid regex”?
This appears when your regex pattern has a syntax error, like an unclosed bracket or an invalid escape sequence. Fix the pattern and the error clears automatically.
Is my text sent to a server?
No. Matching and replacing both happen locally in your browser using JavaScript — nothing is uploaded.