Validators
Check JSON, XML, HTML, emails, URLs, and cron expressions for correctness.
Check the WCAG contrast ratio between two colors, with pass/fail results for AA and AAA at both text sizes.
Credit Card Number ValidatorCheck a card number’s format with the Luhn checksum and detect its likely network.
Cron Expression ValidatorValidate a 5-field cron expression and see its schedule described in plain English.
Email ValidatorCheck whether an email address is correctly formatted, with a plain-English reason when it isn’t.
IBAN ValidatorCheck an IBAN’s format and mod-97 checksum, with country/length and checksum shown separately.
ISBN Validator & ConverterValidate ISBN-10 and ISBN-13 checksums with auto-detection, plus convert between the two formats.
JSON Diff CheckerCompare two JSON values and see exactly which keys were added, removed, or changed.
Password Strength CheckerCheck a password against length and character-variety rules, with a live strength meter.
Phone Number ValidatorValidate a phone number’s format for the US, UK, India, or international E.164 notation.
URL Slug ValidatorCheck whether a string is a valid, URL-safe slug and get a corrected suggestion if not.
URL ValidatorCheck whether a string is a valid URL and see it broken into protocol, host, path, and more.