pub fn validate_format(value: &str, format: &str) -> boolExpand description
Validate a string value against a named format.
Returns true if the value satisfies the format, or if the format is
unknown (unknown formats are treated as always valid, matching JSON Schema
behaviour).