Find and Replace Text
Quickly find and replace text with advanced options
How to Use
- Paste or type your original text in the Input Text field.
- Enter the word or phrase you want to find in the Find box.
- Enter the word or phrase you want to replace it with in the Replace With box.
- Enable Case Sensitive if you only want to match exact casing.
- Click Replace All or press Ctrl + Enter to apply changes.
- Use the Copy Output button to copy the modified text.
- Click Clear All to reset everything.
Examples
Input:
The quick brown fox jumps over the lazy dog.
Find: fox
Replace With: cat
Output:
The quick brown cat jumps over the lazy dog.
Case Sensitive ON:
Find: Dog
Replace: Cat
Result: Only "Dog" with capital D will be replaced. "dog" will not be affected.
Frequently Asked Questions
🔍 Can I search for special characters?
Yes, special characters are automatically escaped so you can find and replace them safely.
🎯 Is the find function case sensitive?
By default, it is not case sensitive. You can enable the "Case Sensitive" checkbox for exact matches.
⚡ Does it support large text files?
Yes, but for performance reasons, extremely large text blocks may slow down your browser.
⌨️ What shortcuts can I use?
Ctrl + Enter to replace.