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

localizedLowercase

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

Declaration 宣言

var localizedLowercase: String { get }

Discussion 議論

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

See Also 参照

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