Expand description
String length validation rules derived from XSD minLength / maxLength facets.
Structs§
- Length
Range Rule - Validates that a string’s length is within an inclusive range
[min, max]. - MaxLength
Rule - Validates that a string does not exceed a maximum length.
- MinLength
Rule - Validates that a string meets a minimum length requirement.