Free Online Validators
Tools that check if data is well-formed and conforms to expected formats.
Validate AI JSON output against a JSON Schema — check types, required fields, enums.
Validate Bitcoin address format: P2PKH (1...), P2SH (3...), and Bech32 (bc1...).
Validate any CSS color string and see its normalized value.
Check foreground/background color contrast ratio against WCAG standards.
Check if a credit card expiry date is valid or expired.
Validate credit card numbers using the Luhn algorithm and detect card type.
Validate docker-compose YAML syntax and check for common configuration issues.
Validate domain names against RFC 1035 rules: length, characters, labels, and TLD.
Score your email subject line against deliverability and engagement best practices.
Validate email addresses against RFC 5322 rules with local part, domain, and TLD breakdown.
Validate Ethereum wallet address format: 0x prefix, 40 hex chars, EIP-55 notes.
Check font sizes against WCAG accessibility guidelines for body, headings, and mobile.
Validate IBAN numbers and break down country, bank, and account details.
Validate IPv4 and IPv6 addresses with class, scope, and private/public detection.
Validate JSON data against a JSON Schema and see detailed violations.
Check if your JSON is valid and find syntax errors.
Run the Luhn (mod 10) algorithm on any number with step-by-step breakdown.
Analyze password strength by checking length, character variety, and entropy.
Check if a regular expression pattern is valid and inspect its structure.
Validate semantic version strings and parse major, minor, patch, pre-release, and build metadata.
Detect common SQL injection patterns in a query and understand why they are dangerous.
Check title and meta description length with a Google SERP preview.
Validate TOML syntax and preview the parsed JSON representation.
Validate XML documents against an XSD schema with structural checks.
Check if your XML is well-formed and report errors.
Validate YAML syntax and preview the parsed JSON representation.
FAQ
- What does a validator do?
- A validator checks your input against a defined format or schema, reporting any syntax errors or violations so you can fix them before using the data.
- Do validators modify my data?
- No, validators only read and check your input — they never modify or transform the data.