Find and Replace

Search and substitute text with regex, case and whole-word options.

0 matches

Share this tool

About this find and replace

Search-and-replace, but on the web, with regex. Paste any text and substitute matches with options for case sensitivity, whole-word matching and full regular expressions. The match counter updates as you type so you can verify your pattern before copying the result. Useful for renaming variables in a code snippet, fixing typos across a long document, or normalising data before pasting it into a spreadsheet.

How to use Find and Replace

Open the page, enter the input you want to check, and the result appears immediately above — there is nothing to install, no account to create, and no popup to dismiss. Every Toolzer utility is designed to give you the answer on the first screen and let you copy or share it in one click. If the result looks unexpected, run the test a second time: transient network conditions, browser extensions, and corporate proxies can all affect single-shot measurements, and a fresh run usually confirms whether the issue is real or a one-off blip.

Every tool on Toolzer is built to work on desktop and mobile, including the latest versions of Chrome, Edge, Firefox, Safari, and Brave. Results are rendered directly in your browser whenever possible, so the page stays responsive even on slow connections. When a server lookup is required — for example to query public DNS, WHOIS, or geolocation databases — the request is proxied through Toolzer's edge so the third-party service never sees your IP address.

Privacy & how this tool works

Toolzer is a privacy-first toolbox: the page is served as a static, minified bundle with long-lived cache headers, so repeat visits are essentially free for both you and our servers. Inputs you type — text to format, passwords to generate, URLs to inspect — stay on your device unless an explicit server lookup is required. We do not sell data, we do not run third-party advertising trackers, and we do not require an account to use any tool on the site.

Bookmark this page and pair it with the other utilities listed below; together they cover most of the day-to-day SEO, networking, security, and developer tasks that would otherwise need three or four separate apps. If you spot a result you cannot explain, the FAQ underneath answers the most common questions about how the underlying measurement works and where its limits are.

Frequently asked questions

What regex flavour is supported?+

JavaScript regex (ECMAScript). Lookbehind, named groups, Unicode property escapes — anything modern V8/SpiderMonkey support.

Can I reference capture groups in the replacement?+

Yes. Use $1, $2, etc., the same as JavaScript's String.prototype.replace.

Why does whole word disable for regex mode?+

When regex is on, you control word boundaries with \b yourself, which is more flexible than the checkbox.

Is my text stored?+

No. Everything runs in your browser.

Do I need to create an account to use Toolzer?+

No. Every utility on Toolzer is free, anonymous, and works in any modern browser without registration. You will never see a paywall or a forced sign-up flow — the goal is to give you the answer on the first screen and let you move on.

Is Toolzer safe to use with sensitive inputs?+

Yes. Whenever the tool can produce an answer entirely in the browser — password generation, JSON formatting, regex testing, hashing, text counting — the data never leaves your device. When a server lookup is unavoidable (DNS, WHOIS, geolocation), the request is proxied through Toolzer's edge so the upstream service never sees your real IP address.

Does Toolzer work on mobile?+

Yes. The interface is fully responsive and works on iOS Safari, Android Chrome, Samsung Internet, and every other up-to-date mobile browser. You can pin the page to your home screen for one-tap access.

Can I link to or bookmark a result?+

Yes. Every Toolzer page has a clean, permanent URL you can bookmark, share, or paste into a ticket. Results are generated client-side on each visit, so the link always shows fresh data instead of a stale screenshot.