Home / Text Tools / Find & Replace

Find & Replace

Find and replace text with optional regex and case matching.

How to use

  1. Enter what to find and its replacement.
  2. Toggle regex or match-case if needed.
  3. Paste text, convert, copy the result.

Frequently asked questions

Can I use capture groups?

Yes - with Regex on, use $1, $2 in the replacement to reference captured groups.

Are all occurrences replaced?

Yes - every match is replaced, not just the first.

Related tools

  • Text Diff Checker — Compare two texts and see added and removed lines highlighted.
  • HTML Entity Encoder — Escape <, >, & and quotes for safe HTML display.
  • HTML Entity Decoder — Turn &amp;, &lt;, &#39; and other entities back into characters.
  • Unicode Converter — Convert text to U+ code points and back.
  • Morse Code Converter — Translate text to Morse code and Morse back to text.
  • ASCII Converter — Convert text to ASCII character codes and back.

See all text tools