A type alias for builders that create String validation rules.
String rule builders provide a DSL for constructing validation rules specifically for String values, with convenient methods like notEmpty, notBlank, minLength, maxLength, and pattern.