Documentation
Dlang.org
checkFormat
jsonschema
formats
Check
value
against the named format. Returns true for unknown formats.
@
safe
bool
checkFormat
(
string
format
,
string
value
)
jsonschema
formats
functions
checkFormat
isDate
isDateTime
isDuration
isEmail
isHostname
isIpv4
isIpv6
isJsonPointer
isRegex
isRelativeJsonPointer
isTime
isUri
isUriTemplate
isUuid
Check value against the named format. Returns true for unknown formats.