Instance Method インスタンスメソッド

uppercased(with:)

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

Declaration 宣言

func uppercased(with locale: Locale?) -> String

Parameters パラメータ

locale

The locale. For strings presented to users, pass the current locale ([NSLocale current]). To use the system locale, pass nil. ロケール。ユーザに提示される文字列に対して、現在のロケール([NSLocale current])を渡してください。システムロケールを使うには、nilを渡してください。

Return Value 戻り値

An uppercase string using the locale. アッパーケース文字列、localeを使っています。

See Also 参照

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