Instance Property インスタンスプロパティ

localizedLowercaseString

Returns a version of the string with all letters converted to lowercase, taking into account the current locale. 全ての文字がローワケースに変換された、この文字列の変形版を返します、現在のロケールを考慮に入れます。

Declaration 宣言

@property(readonly, copy) NSString *localizedLowercaseString;

Discussion 議論

Case transformations aren’t guaranteed to be symmetrical or to produce strings of the same lengths as the originals. See lowercaseString for an example. ケース変換は、対称的であることを、または元と同じ長さの文字列を生み出すことを保証されません。lowercaseStringを例のために見てください。

See Also 参照

Changing Case 大文字小文字等(ケース)の変更