com.apished/regex-email-url-validator
name:com.apished/regex-email-url-validator
Regex matching, email/URL format validation, and JSON Schema validation.
- transport:
- remote
- credential class:
- unreachable
Owner verification
Not yet verified. Verifying proves you control this server and is free, permanently — it never changes a published score.
Start verification →Tools
- email_validateshallow
Checks value is a single, bare RFC 5322 email address — syntax only, not a deliverability check. user@localhost is valid (no TLD required). "Name <email>" display syntax is rejected.
- jsonschema_validateshallow
Validates document against schema (JSON Schema draft-07 or 2020-12). Reports one specific violation per call, not an aggregated list.
- regex_matchshallow
Tests input against pattern (Go's regexp package: RE2 syntax, not PCRE — no backreferences or lookaround; use inline flags like (?i) for case-insensitive matching). Returns the full match and captured groups.
- url_validateshallow
Checks value is a well-formed absolute URL (has both a scheme and a host) — syntax only, not a reachability check.
Embed this server’s score
Tool count and median score across every tool in this server’s corpus — honest in a way a single cherry-picked tool’s badge wouldn’t be.
[](https://vouch.tools/servers/1f2a0688-a1d7-4d1a-bd43-7c5c995be855)