Localizar e Substituir
Find and replace text in bulk
100% gratuito. Funciona totalmente no seu navegador: seus arquivos e dados nunca saem do seu dispositivo e nada é enviado para nenhum servidor.
Sobre esta ferramenta
Replacing every instance of a word by hand is slow and unreliable - people miss occurrences, and the ones they miss are usually the ones that matter. A bulk find and replace does it in a single pass. Three options decide whether the result is what you intended. Case sensitivity determines whether "Word" and "word" are the same match, which matters when renaming a variable but not when fixing a typo. Whole word matching prevents the classic disaster: replacing "cat" without it also rewrites "category", "cathedral" and "communicate". And regex turns the search into a pattern rather than a literal string, so you can match dates, phone numbers or anything with variable content. All three are available here. The one habit worth building is checking what will change before committing, because a bulk replace has no undo once the text is copied out. Everything runs in your browser.
Como usar esta ferramenta
- Paste your textA document, a code file, a list - anything you need to edit in bulk.
- Enter what to find and what to replace it withLeave the replacement empty to delete every match instead of substituting.
- Set the optionsCase sensitive for exact matching, whole word to avoid matching inside longer words, regex for patterns.
- Replace and check the resultScan the output before copying it out. There is no undo once the text leaves the page.
Por que usar
- Whole-word matching, which prevents the most common bulk-replace mistake.
- Full regex support, so you can match patterns rather than only literal text.
- Case sensitivity toggle for the cases where capitalisation is meaningful.
- Runs in your browser, so contracts and internal documents are never uploaded.
- No length limit and no account.
Usos comuns
- Renaming a term consistently across a long document.
- Fixing a typo repeated throughout a draft.
- Stripping unwanted characters or formatting from pasted text.
- Updating a company or product name across documentation.
- Reformatting a list by replacing separators - commas to newlines, for example.
Dicas para melhores resultados
- Turn on whole-word matching when replacing short words. Without it, "cat" rewrites "category" and "communicate" too.
- Use case-sensitive matching for code and identifiers, where capitalisation carries meaning.
- Leave the replacement field empty to delete matches - it is the quickest way to strip unwanted text.
- Keep a copy of the original before a large replace. There is no undo once you copy the output away.
- For complex patterns, build and test the regex in the Regex Tester first, where you can see exactly what it matches.
Erros a evitar
- Replacing a short word without whole-word matching, which quietly corrupts longer words containing it.
- Forgetting case sensitivity, so "Apple" and "apple" are both replaced when only one should be.
- Running a regex you have not tested, which can match far more than intended.
- Not keeping the original, leaving no way back from an over-broad replace.
- Replacing across an entire file when the change was only meant for one section.
Formatos compatíveis
- Plain text
Opções disponíveis
- Find
- Replace
- Replace all
Perguntas frequentes
Paste your text, enter the search term and its replacement, set the options you need, and replace. Every occurrence is updated in one pass.
Yes. No account, no length limit and nothing uploaded.
Yes - regex is supported. That lets you match variable content like dates, phone numbers or anything following a pattern rather than a fixed string.
Yes, via a toggle. Use it when capitalisation matters - code identifiers, proper nouns - and leave it off when fixing a typo that appears in both cases.
Turn on whole-word matching. Without it, replacing "cat" also rewrites "category", "cathedral" and "communicate" - the most common bulk-replace mistake there is.
All of them, in a single pass. That is the point of doing it here rather than one at a time.
No. Everything runs in your browser, which matters because bulk edits are often applied to contracts, internal documents and source code.
Leave the replacement field empty. Every match is removed, which is the fastest way to strip repeated unwanted content.
As pessoas também pesquisam
- find and replace online free
- bulk text replace tool
- replace all occurrences in text
- regex find and replace
- remove text from string online
- whole word replace
- search and replace multiple words