RSDCodableRegExMatchValidator
public protocol RSDCodableRegExMatchValidator : RSDRegExMatchValidator
Undocumented
-
The regular expression pattern used to create the
NSRegularExpression
object.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