String Escape / Unescape
Free online string escape and unescape tool. Escape strings for JSON, JavaScript, HTML, XML, CSV, SQL, unicode \uXXXX, and backslash contexts right in your browser.
Check whether an email address is well-formed and flag likely typos such as gmial.com — one address or a whole list — entirely inside your browser.
The Email Validator checks whether an address is written correctly and flags likely typos, right in your browser.
Check a single address or paste a whole list. Nothing is uploaded.
Most bad addresses fail because of a simple slip: a missing @, a stray space, or a misspelled domain. Catching those before you send saves bounces and wasted effort.
Real delivery can only be confirmed by emailing the address, so treat this as a fast first filter for a clean list.
Validation pairs naturally with gathering addresses in the first place. To pull emails out of a block of text, the Email Extractor collects them into a clean list.
For crafting your own validation patterns, the Regex Tester lets you test expressions live. And to look up the mail servers behind a domain, the DNS Lookup reveals its DNS records.
No. Every address is checked in your browser, so your list never leaves your device. Nothing is uploaded, stored, or shared.
Not necessarily. This checks that the address is written correctly and flags likely typos, but only sending a message proves that a mailbox actually exists.
Yes. Paste one address per line and each is validated separately, with a running count of how many passed and how many failed.
When an address is well-formed but its domain is close to a popular provider, the tool suggests the likely correct spelling, such as "did you mean gmail.com?"
Common failures include a missing or duplicated @ symbol, a space in the address, or a malformed domain. The tool names the specific problem it found.