Tool 07 / 25

Find & Replace

Replace every occurrence of a word or phrase in a block of text at once.

About this tool

Manually editing every instance of a word or phrase across a long document is tedious. This tool finds every occurrence of a search term in your pasted text and replaces it in one click, with an option for case-sensitive matching.

How to use it

  1. Paste your text into the input box.
  2. Enter the word or phrase to find, and what to replace it with.
  3. Choose case-sensitive matching if needed, then run the replacement.

Tips

  • Leave the replace field empty to delete every occurrence of the search term instead of replacing it.
  • Case-sensitive mode is useful when 'Apple' the company and 'apple' the fruit need different treatment.
  • This performs a literal text match, not a regular expression — special characters are matched as-is.

FAQ

Can I use regex patterns?

No, this tool does plain literal find-and-replace, not regex, to keep it simple and predictable for everyday text.

Related tools