Replace any word, phrase, or pattern in your text. Paste your content into the input, type what you want to find, and what to replace it with. The output updates instantly and shows a match count. Supports plain text and regular expression modes. All processing runs locally in your browser.
Input text
Result
FIND & REPLACE
In plain mode, the search text is escaped and matched literally using a JavaScript RegExp with the global flag. In regex mode, the pattern is used as-is. The case-insensitive flag is added unless Case sensitive is enabled. The whole-word option wraps the pattern in word boundaries (\b). String.replace() with the RegExp applies the substitution across the entire input on every keystroke. All processing runs in JavaScript in your browser.
All processing happens locally in your browser tab. Our servers are not involved at any point.
For more advanced pattern matching, try the regex tester. To alphabetise or dedupe the result, use sort lines. For comparing two versions of the text side by side, see text diff.