Find and Replace 🔍

Quickly find and replace text — case sensitive, whole word, and regex support

📊 Matches: 0 📝 Characters: 0 📄 Words: 0 📏 Lines: 0

✨ Matches are highlighted in yellow. Use "Replace All" to modify the original text.

📥 Export Result

⚡ Quick Examples

💡 Pro Tip: Use Regular Expressions for advanced patterns! Try \d+ to match numbers, \b\w{5}\b for 5-letter words.

📖 Regex Quick Reference

PatternDescriptionExample
\d+One or more digitsMatches 123, 42
\w+Word characters (letters, numbers, _)Matches hello, world_123
\s+Whitespace charactersMatches spaces, tabs
^startStarts with "start"Matches lines beginning with start
end$Ends with "end"Matches lines ending with end
\bword\bWhole word "word"Matches standalone "word"
[A-Z]Any uppercase letterMatches A, B, C...

Free Online Find and Replace Tool – Text Manipulation Made Easy

Powerful find and replace tool with regex support, case sensitivity, and whole word matching. Perfect for editors, developers, writers, and anyone working with text. Quickly modify documents, clean up data, or transform content in seconds. All processing happens locally in your browser — no data uploaded, 100% private.

Features

  • Find & Replace All: Replace every occurrence instantly
  • Replace First: Only replace the first match
  • Regular Expressions: Advanced pattern matching (regex)
  • Case Sensitivity: Match exact case when needed
  • Whole Word Only: Avoid partial matches
  • Live Preview: See highlighted matches before replacing
  • Export Options: Copy, download as TXT, or save as image card