Validators & Checkers

Validate addresses, structured data and identifiers locally in your browser.

What this category covers

Local, browser-based validation for identifiers and structured data: email addresses, IBANs, ISBNs, phone numbers, JSON, XML, HTML, CSS, UUIDs, IP addresses, VAT numbers and password strength — each checked against its real specification, not just a loose pattern.

How to choose the right tool

Format-only checks (Email Validator, UUID Validator, IP Address Validator) confirm a value is syntactically valid. Checksum-backed validators (IBAN Validator, ISBN Validator) go further and verify the value is mathematically consistent — not just shaped correctly. Structured-document validators (JSON Validator, XML Validator, HTML Validator, CSS Validator) parse the full document and report the first syntax error. VAT Number Validator checks only the country-specific format, since VAT numbers aren't checksummed the way IBANs are — pair it with an official VIES lookup before trusting a number for invoicing. Password Strength Checker scores an entered password without ever sending it anywhere.

Common use cases

A developer validates a webhook payload's JSON before parsing it; an accountant checks an IBAN before wiring an international payment; a publisher confirms an ISBN before listing a book; a support team verifies a customer's phone number format before dialing; a user checks their new password's strength before setting it as their account password.