Free Online Validators

Tools that check if data is well-formed and conforms to expected formats.

VALAI Structured Output ValidatorNEW

Validate AI JSON output against a JSON Schema — check types, required fields, enums.

Bitcoin Address Validator

Validate Bitcoin address format: P2PKH (1...), P2SH (3...), and Bech32 (bc1...).

#Color Validator

Validate any CSS color string and see its normalized value.

#Contrast Checker

Check foreground/background color contrast ratio against WCAG standards.

#Credit Card Expiry Checker

Check if a credit card expiry date is valid or expired.

#Credit Card Validator

Validate credit card numbers using the Luhn algorithm and detect card type.

DC✓Docker Compose Validator

Validate docker-compose YAML syntax and check for common configuration issues.

🔗Domain Name Validator

Validate domain names against RFC 1035 rules: length, characters, labels, and TLD.

@Email Subject Tester

Score your email subject line against deliverability and engagement best practices.

@Email Address Validator

Validate email addresses against RFC 5322 rules with local part, domain, and TLD breakdown.

ΞEthereum Address Validator

Validate Ethereum wallet address format: 0x prefix, 40 hex chars, EIP-55 notes.

AaFont Size Checker

Check font sizes against WCAG accessibility guidelines for body, headings, and mobile.

#IBAN Validator

Validate IBAN numbers and break down country, bank, and account details.

IP Address Validator

Validate IPv4 and IPv6 addresses with class, scope, and private/public detection.

{}JSON Schema Validator

Validate JSON data against a JSON Schema and see detailed violations.

{}JSON ValidatorHOT

Check if your JSON is valid and find syntax errors.

#Luhn Algorithm Checker

Run the Luhn (mod 10) algorithm on any number with step-by-step breakdown.

#Password Strength CheckerHOT

Analyze password strength by checking length, character variety, and entropy.

.*Regex Validator

Check if a regular expression pattern is valid and inspect its structure.

vSemVer Validator

Validate semantic version strings and parse major, minor, patch, pre-release, and build metadata.

⚠SQLSQL Injection Detector

Detect common SQL injection patterns in a query and understand why they are dangerous.

TTitle & Description Checker

Check title and meta description length with a Google SERP preview.

TOML✓TOML Validator

Validate TOML syntax and preview the parsed JSON representation.

</>XML Schema Validator

Validate XML documents against an XSD schema with structural checks.

</>XML Validator

Check if your XML is well-formed and report errors.

YML✓YAML Validator

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.