Valid pattern
- Pattern: \d{3}
- Sample: Order 123 ships
- Matches: 123
developer validator
Test regex patterns against sample text with live matches and errors.
Uses JavaScript RegExp constructor with provided flags.
Returns compilation errors if the pattern is invalid.
Shows matched groups when available.
developer
Port Validator
Check port numbers for valid ranges before using them in configs.
web
JSON-LD SEO Validator & Rich Result Schema Checker
Validate rendered JSON-LD structured data for schema.org syntax, rich-result readiness, visible-content alignment, and crawlable schema blocks before publishing.
data
IMEI Validator
Validate IMEI numbers with Luhn checksum client-side.
format
Plist Validator
Validate Apple plist files (XML or binary/base64) locally with clear errors.
For quick testing. Always mirror patterns and tests in your codebase.