Find and Replace

Search for text patterns and replace them with new content. Supports case-sensitive matching and regular expressions.

0 chars0 bytes
Replacements made: 0

How to Use

  1. Paste your text in the input field
  2. Enter the text you want to find
  3. Enter the replacement text
  4. Select matching options
  5. Click "Find and Replace"

Options

  • Case sensitive - Match exact case
  • Use regex - Enable regular expression patterns
  • Replace all - Replace every occurrence

Regex Examples

  • \d+ - Match any numbers
  • \s+ - Match whitespace
  • ^line - Match "line" at start

Keyboard Shortcuts

  • Ctrl + L - Focus text input
  • Ctrl + H - Focus find field
  • Ctrl + Enter - Find and replace
  • Ctrl + Shift + C - Copy result
  • Ctrl + S - Download result
  • Escape - Clear all inputs
  • Tab - Insert spaces
  • Double-click output area - Select all text