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

localizedUppercase

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

Declaration 宣言

var localizedUppercase: 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 大文字小文字等(ケース)の変更