Find and Replace Text

Quickly find and replace text with advanced options

How to Use

  1. Paste or type your original text in the Input Text field.
  2. Enter the word or phrase you want to find in the Find box.
  3. Enter the word or phrase you want to replace it with in the Replace With box.
  4. Enable Case Sensitive if you only want to match exact casing.
  5. Click Replace All or press Ctrl + Enter to apply changes.
  6. Use the Copy Output button to copy the modified text.
  7. 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.