Type Property 型プロパティ

uppercaseLetterCharacterSet

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

Declaration 宣言

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

Return Value 戻り値

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

Discussion 議論

Informally, this set is the set of all characters used as uppercase letters in alphabets that make case distinctions. 非公式には、この集合は大文字小文字等(ケース)の区別をするアルファベットのアッパーケースとして使われる全ての文字の集合です。

See Also 参照

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