Find and Replace

Find and replace text with regex support, match highlighting, and undo/redo

findreplacesearchregextextsubstitutematch
Enter text to search

Text Editor

0 characters1 lines

Tips & Shortcuts

Regular Expressions
  • . - Any character
  • * - Zero or more
  • + - One or more
  • \d - Any digit
  • \w - Any word character
Common Patterns
  • • Email: \b[\w._%+-]+@[\w.-]+\.[A-Z]{2,}\b
  • • URL: https?://[^\s]+
  • • Phone: \d{3}-\d{3}-\d{4}
  • • Whitespace: \s+