Type Property 型プロパティ

lowercaseLetterCharacterSet

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

Declaration 宣言

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

Return Value 戻り値

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

Discussion 議論

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

See Also 参照

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