Text Replacer

Find and replace text with advanced options including case sensitivity, whole word matching, and regex support

About Text Replacer

Overview

The Text Replacer is a find and replace tool that lets you search for text and replace it with something else. It has options for case-sensitive matching, whole word matching, and regular expressions. It is great for editing text, cleaning up data, and any other job where you need to make systematic changes to your text.

Features

  • Real-time find and replace with live mode.
  • Case-sensitive and case-insensitive matching.
  • Whole word matching.
  • Regular expression support.
  • Replace all or just the first match.
  • Shows detailed statistics.
  • Lets you upload files up to 100MB.
  • One-click copy to clipboard.
  • Swap input and output easily.
  • Supports over 40 character encodings.
  • All work is done in your browser to keep your data private.
  • Has a dark mode and a responsive design.

How to Use

  1. Put your text in the input box.
  2. Choose a character set if you need to. UTF-8 is a good default.
  3. Enter the text you want to find.
  4. Enter the text you want to replace it with.
  5. Set your replacement options, like case sensitivity or whole word matching.
  6. Use "Live mode" to see the changes as you type.
  7. Click "REPLACE TEXT" to process your text.
  8. See the result in the output box.
  9. Look at the statistics to see what was changed.
  10. Use the "Swap Input/Output" button to move the result back to the input.
  11. Copy the result or upload files up to 100MB.

FAQ

What is a regular expression?

A regular expression (or regex) is a pattern that you can use to find and manipulate text. For example, the regex `\d+` will find one or more numbers. This tool lets you use regex for advanced find and replace.

How does "whole word" matching work?

When "whole word" matching is on, the tool will only replace the search term if it is a whole word. It does this by looking for spaces or punctuation around the word.

Can I replace multiple different words at the same time?

This tool is made to replace one thing at a time. To replace multiple different words, you would have to do it one by one. However, you can use a complex regular expression to match more than one pattern at once.