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