Contents

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.