Find and replace is the fastest way to change text you already have. Instead of reading through a document looking for every instance of a word, you let the tool find them all and swap them at once. Here is exactly how to do it, with real examples and common mistakes to avoid.
Open Find & Replace and paste the text you want to modify. This can be from any source:
Paste the full text. The tool works on everything you paste — do not worry about selecting specific sections.
Type the exact word or phrase you want to find. This is literal matching — the tool looks for the exact characters you type.
Examples:
2025 — finds every "2025" in the textAcme Corp — finds the exact phrase "Acme Corp" (two spaces) — finds every double spaceType what you want the search term replaced with. Leave it blank to delete the search term entirely.
| Option | Default | When to Turn ON |
|---|---|---|
| Case-Sensitive | OFF | Replacing proper nouns ("Apple" not "apple"), acronyms, or terms where capitalization matters |
| Whole Word Match | OFF | When your search term appears inside longer words ("cat" is inside "category," "the" is inside "there") |
Every match gets swapped instantly. The tool shows the result with all replacements applied.
Copy the result to your clipboard and paste it back into your original document, email, or editor. Your original source is untouched — the tool only modified the pasted copy.
| Mistake | What Happens | Fix |
|---|---|---|
| Forgetting case sensitivity | Replacing "us" also changes "US," "Us," "focus," "bus" | Turn ON case-sensitive matching |
| Partial word matches | Replacing "cat" changes "category" to "ategoryegory" | Turn ON whole word match |
| Replacing inside quotes | Replacing "old" in quoted text you meant to preserve | Review the result before copying — undo by repasting original |
| Wrong replacement order | In multi-step replacement, term 2 undoes what term 1 fixed | Plan your replacement order; do specific terms before general ones |
| Forgetting to check result | Blindly pasting replaced text back into a live document | Always read through the result, especially for important documents |
Fixing a company name in legal text:
Johnson & AssociatesJohnson & Partners LLCCleaning CSV data before import:
N/A → Replace: (empty) — removes all N/A valuesUnited States → Replace: US — standardizes country names (double space) → Replace: (single space) — fixes spacingRenaming a variable in pasted code:
userNamecustomerNameFind and replace text in seconds — paste, search, swap, done.
Open Find & Replace Tool