Type Property 型プロパティ

decimalDigitCharacterSet

A character set containing the characters in the category of Decimal Numbers. 「Decimal Numbers」のカテゴリの中の文字を含んでいる文字集合。

Declaration 宣言

@property(readonly, class, copy) NSCharacterSet *decimalDigitCharacterSet;

Return Value 戻り値

A character set containing all the decimal digit characters. 全ての10進数字文字を含んでいる文字集合。

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. 略式には、この集合は10進数値0から9までを表現するために使われる文字すべての集合です。これらの文字は、例えば、インド文字とアラビア語の10進数字を含みます。

See Also 参照

Getting Standard Character Sets 標準文字集合を取得する