All tools · 📝 Text

🔄 Find & Replace

Paste text, set a search string and replacement, optionally enable case-insensitive matching, whole-word boundaries, or regex mode. Preview the change count before applying.

Loading tool…

Examples

Simple replacement
InputFind "foo", Replace "bar"
OutputAll instances of "foo" → "bar"
Whole word only

Toggle "whole word" so "foo" matches but "food" doesn't.

Regex capture
InputFind /(\w+)@(\w+)/, Replace "$1 at $2"
OutputEmails reformatted

Frequently asked questions

Is this regex by default?

No — plain text by default. Toggle the regex switch to enable regex mode (then $1, $2 backreferences work).

Will it preserve case?

Replacement is literal — case-sensitive mode preserves your replacement exactly. No "smart case" matching.

About this tool

Find & Replace runs entirely in your browser using standard Web APIs. No data is sent to any server. The source for this tool is in our public GitHub repository.

Related tools

← All 96 tools

Why this tool

vs typical free web-tool sites

1vwTypical free site
PriceFreeFree
Signup requiredNoOften (for premium features)
Ads inside the toolNoYes (banner + video)
Data sent to serverNo (browser-only)Yes (inputs analyzed for ads)
Total tools96Often <20 or scattered across sites
Bookmarkable URL per toolYesMixed
Loads in under 1sYes (static)Often slow (ad tracking)
MultilingualEN / ES / PT / FR / DEUsually EN only
Open sourceYesNo