Type Property 型プロパティ

capitalizedLetterCharacterSet

A character set containing the characters in Unicode General Category Lt. 「ユニコード一般カテゴリ」のLtの中の文字を含んでいる文字集合。

Declaration 宣言

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

Return Value 戻り値

A character set containing all the capitalized letter characters. 大文字にされた字母文字の全てを含んでいる文字集合。

See Also 参照

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