Contents

decimalDigits

A character set containing the characters in the category of Decimal Numbers.

Declaration

class var decimalDigits: CharacterSet { get }

Return Value

A character set containing all the decimal digit characters.

Discussion

Informally, this set is the set of all characters used to represent the decimal values 0 through 9. These characters include, for example, the decimal digits of the Indic scripts and Arabic.

See Also

Getting Standard Character Sets