Constrains string length.
Bounds are inclusive; an undefined bound leaves the corresponding end unconstrained.
undefined
The minimum accepted length, or undefined for no lower bound
The maximum accepted length, or undefined for no upper bound
A validator reporting a violation if the value length falls outside the bounds
Constrains string length.
Bounds are inclusive; an
undefinedbound leaves the corresponding end unconstrained.