Find & Replace

Search and replace text with support for regex, case sensitivity, and whole word matching.

Options

Regex Examples:

  • • \d+ - Match numbers
  • • \w+@\w+\.\w+ - Match emails
  • • ^.*$ - Match entire lines
  • • \s+ - Match whitespace