Skip to main content
CaseSwitch

Find and Replace Text

Replace every occurrence of a word or phrase across a long document in seconds. Faster than scrolling through a text editor when you need a simple global swap.

Last reviewed: 2026-07-23

Processed locally in your browser. Nothing is sent to a server.

Character count: 0 · Word count: 0 · Line count: 0

How to use

  1. Paste your source text.
  2. Enter the text to find and what to replace it with.
  3. Copy the updated result.

Examples

Rename a term

Input

foo bar foo

Output

baz bar baz

Find and replace vs regex

Plain find-and-replace is predictable — every exact match is swapped. For pattern-based changes (dates, IDs, email addresses), use the Regex Tester tool to build and test your pattern first.

Frequently asked questions

Is my text uploaded?+

No. This tool processes your text locally in your browser.

Related tools