Find and Replace Text
Find and replace text online: swap every occurrence of a word or phrase in one pass, with options for case sensitivity and full regular-expression matching. A free find and replace tool that edits in your browser, with nothing uploaded.
- No sign-up, ever
- 100% free
- Nothing uploaded
- Works offline after first load
- No limits, no email wall
How to use it
- 1
Paste your text
Drop in the text you want to edit.
- 2
Set find and replace
Type what to look for and what to replace it with, and toggle case sensitivity or regex if you need them.
- 3
Replace and copy
See how many matches were changed, check the result, and copy it out.
When it comes in handy
Bulk edits
Rename a term, fix a recurring typo, or update a name across a long document in one go.
Cleaning data
Strip unwanted characters, collapse separators, or standardise formatting before an import.
Advanced patterns
Use regex to match phone numbers, dates or any structured pattern and rewrite them at once.
Instant & 100% private — nothing is uploaded
Every keystroke is handled right here in your browser. Your text is never sent to a server, so there is no sign-up, no email wall, and no length cap from us. Load the page once and it keeps working even if you go offline.
Frequently asked questions
- What does the regex option do?
- Turning on regex lets you search with regular expressions instead of plain text, so you can match patterns rather than exact words: any digit, any run of spaces, text at the start of a line, and so on. You can also reference captured groups in the replacement. With regex off, your search is treated as literal text, which is safer for ordinary edits.
- Does it replace every match or just the first?
- It replaces every match in the text in a single pass and tells you how many were changed, so you are never left wondering whether some were missed. There is no need to click through one match at a time.
- Is the search case-sensitive?
- You choose. By default the search ignores case, so "Cat" matches "cat" and "CAT". Switch on case sensitivity when the exact capitalisation matters, for example when editing code or proper nouns.
- Is my text sent to a server?
- No. Everything runs locally in your browser. Your text is read and processed on your own device, nothing is uploaded, and nothing is logged or stored. Once the page has loaded, it keeps working even if you go offline.