RSDCodableRegExMatchValidator
public protocol RSDCodableRegExMatchValidator : RSDRegExMatchValidator
Undocumented
-
The regular expression pattern used to create the
NSRegularExpressionobject.Declaration
Swift
var regExPattern: String
-
regularExpression()Extension methodA localized custom regular expression that can be used to validate a string.
Declaration
Swift
public func regularExpression() throws -> NSRegularExpression
View on GitHub
RSDCodableRegExMatchValidator Protocol Reference