Find and replace text with support for case-sensitive and whole-word matching. Free online find and replace tool.
The find and replace tool searches for specific text within your content and replaces it with new text. It supports case-sensitive matching (distinguishing "Apple" from "apple"), whole-word matching (only replacing complete words, not substrings), and bulk replacement across the entire text at once.
| Input | Output |
|---|---|
| Find: "cat" → Replace: "dog" in "The cat sat" | The dog sat |
| Find: "http" → Replace: "https" in URLs | All http:// changed to https:// |
| Find: " " (double space) → Replace: " " (single) | All double spaces removed |