NumericConfiguration
public struct NumericConfiguration : Configuration
Stores configuration for NumericCondition.
-
Whether or not to allow Unicode numbers. If
falsethen only ASCII numbers (0-9) 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)
View on GitHub
NumericConfiguration Structure Reference