CharSequenceRuleBuilder

A type alias for builders that create CharSequence validation rules.

CharSequence rule builders provide a DSL for constructing validation rules specifically for CharSequence values, with convenient methods like notEmpty, notBlank, minLength, maxLength, and match.