Find any word or phrase in your text and replace it — one occurrence or all at once. Supports case-sensitive search, whole word matching, and regex.
Type or paste your text into the editor. Enter the word or phrase you want to find in the "Find" field, and what you want to replace it with in the "Replace with" field. Use Replace next to replace one occurrence at a time, or Replace all to replace every match at once.
The match counter below the options shows how many occurrences were found. Use the ↑ ↓ arrows to navigate between matches.
Case sensitive — when enabled, "Hello" and "hello" are treated as different words. Disabled by default.
Whole word only — only matches the exact word, not substrings. For example, searching "cat" will not match "concatenate".
Regular expression — lets you use regex patterns for advanced matching. For example, \d+ matches any sequence of digits, and \bword\b matches a whole word.
$1 to reference capture groups.