Find & Replace
Find and replace text with plain or regular-expression matching, case-insensitive and global options, live match counting and highlighting.
Paste your text, type what to find and what to replace it with, then copy the result. Switch on regex mode for patterns.
About Find & Replace
Find & Replace searches your text for a word, phrase or pattern and swaps every occurrence with your replacement. It supports plain-text matching and full regular-expression mode for pattern-based replacements, with a case-insensitive option and a live match counter so you know exactly how many hits will change.
A live preview highlights every match in the text before you commit, which makes it easy to verify a regex before applying it — and the tool warns you if the expression is invalid. Once applied, the result is ready to copy in one click.
It is a quick alternative to opening a code editor when you need bulk replacements in notes, lists or copied data. Everything runs in your browser; your text is never uploaded, and the tool is free.
How to use Find & Replace
- Paste the text you want to search.
- Type what to find and what to replace it with.
- Optionally enable regex mode for patterns, and “Ignore case” for case-insensitive matching.
- Check the highlighted matches and the match count in the live preview.
- Click “Apply replace” and copy the result.