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

uppercased

An uppercase representation of the string. この文字列のアッパーケース表現。

Declaration 宣言

var uppercased: String { get }

Discussion 議論

This property performs the canonical (non-localized) mapping. It is suitable for programming operations that require stable results not depending on the current locale. このプロパティは、正準(非現地語)マッピングを行います。それは、現在のロケールに依存しない安定した結果を必要とするプログラミング操作に適しています。

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