AlphabeticConfiguration
public struct AlphabeticConfiguration : Configuration
Stores configuration for AlphabeticCondition
.
-
Whether or not to allow Unicode letters. If
false
then only ASCII letters (A-Z, a-z) are allowed.Declaration
Swift
public let allowsUnicode: Bool
-
Whether or not to allow whitespace.
Declaration
Swift
public let allowsWhitespace: Bool
-
Declaration
Swift
public init()
-
Undocumented
Declaration
Swift
public init(allowsUnicode: Bool = true, allowsWhitespace: Bool = false)