Type Method
custom(_:validationClosure:)
Validates whether a
String matches a RegularExpression patternstatic func custom(_ validationDescription: String, validationClosure: @escaping @Sendable (T) -> Bool) -> Validator<T>