Find and replace text online for drafts, CSV snippets, logs, transcripts, copied spreadsheet data, code comments, and bulk cleanup jobs. The result updates as you type so you can check changes before copying the output.
Use plain text mode for everyday replacements such as changing a product name, fixing a repeated typo, or updating labels. Turn on regular expression mode for pattern-based cleanup, capture groups, and advanced replacements.
Case-sensitive search, whole-word matching, first-match replacement, and multiline anchors make the tool safer for large text blocks where a broad replacement could change too much.
Regex mode uses JavaScript regular expression syntax and supports replacement references such as $1 for a captured group. Multiline mode changes how ^ and $ match line boundaries. Review the match count and output before copying or downloading, particularly when a pattern can match empty text.
Related tools: Regex Tester · Line Sorter