Skip to main content

Module length

Module length 

Source
Expand description

String length validation rules derived from XSD minLength / maxLength facets.

Structs§

LengthRangeRule
Validates that a string’s length is within an inclusive range [min, max].
MaxLengthRule
Validates that a string does not exceed a maximum length.
MinLengthRule
Validates that a string meets a minimum length requirement.