Znajdź i zamień tekst
Uruchamiaj lokalnie reguły znajdź-zamień dla zwykłego tekstu lub regex, podglądaj przekształcony tekst, licz dopasowania i kopiuj lub pobieraj wynik.
Ładowanie narzędzia…
Ładowanie narzędzia…
Znajdź i zamień tekstPaste the source text.Add one find-and-replace rule per line using find => replace.Review match counts, then copy or download the result.
Quick Start
1
2
3
Common Scenarios
Update repeated URLs, domains, tags, or variable names in copied text.
Apply multiple cleanup rules to template exports or CMS snippets.
Use regex groups when repeated formats need captured values.
Replacement Rules
Rules run from top to bottom, so later rules see earlier replacements.
Plain mode treats the find side literally.
Regex mode treats the find side as a JavaScript regular expression and supports $1-style groups.
Usage Advice
Put narrow rules before broad rules to avoid replacing text too early.
Test regex rules on a small sample before processing large text.
Turn off case sensitivity when copied text uses inconsistent capitalization.
Limitations & Compatibility
This is not a CSV parser, HTML sanitizer, or code refactoring engine.
Invalid regex rules stop processing and keep the original input unchanged.
Browser text limits apply; process huge exports in chunks.
Privacy & Security
Processing happens locally in your browser. Input and rules can be kept as local drafts; generated output is not synced or uploaded by this tool.
FAQ
Put one rule per line using find => replace. Empty lines and rules without a find side are ignored.
Yes. Switch to regex mode and use replacements such as $1 or $2.
Yes. Rules run in order from top to bottom.
No. Paste text directly; the tool does not upload files or change local files.