asciiOnlyDigits(_:)
Returns a regular expression that matches only ASCII characters as digits.
Declaration
func asciiOnlyDigits(_ useASCII: Bool = true) -> Regex<Regex<Output>.RegexOutput>Return Value
The modified regular expression.
Returns a regular expression that matches only ASCII characters as digits.
func asciiOnlyDigits(_ useASCII: Bool = true) -> Regex<Regex<Output>.RegexOutput>The modified regular expression.