🔎
💻

Find and Replace in Code

Rename variables or rewrite patterns across a snippet quickly.

Ingen inloggning krävs
Enter a search term to begin

Result

💡 In regex mode, use capture groups in Find like (\d{4})-(\d{2}) and reference them in Replace with $1, $2 — great for reformatting dates, names, or IDs in bulk.

Code tips

💻

Enable case-sensitive matching (leave "case-insensitive" off) so myVar and MyVar stay distinct.

💡

Whole-word matching avoids partial hits when renaming short identifiers like id or x.

🔒

Runs entirely in your browser — paste proprietary code without it leaving your device.

Så här fungerar det

1
Ange
Enter your data into the tool above. Everything stays local to your browser.
2
Bearbeta
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Ladda ner
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

Varför använda vårt?

Helt gratis — inga dolda kostnader, någonsin
Inget konto, e-post eller inloggning krävs
Filer lämnar aldrig din enhet
Inga filstorleksgränser överhuvudtaget
Inga vattenstämplar på någon utdata

Also check out…

Vanliga frågor