NumericCondition

public struct NumericCondition : ConfigurableCondition

The NumericCondition checks a string for numbers.

  • Declaration

    Swift

    public func check(_ text: String?) -> Bool