Return Value 戻り値
A lowercase copy of the string. 文字列の小文字でのコピー。
Availability
Technology
func lowercased() -> String
A lowercase copy of the string. 文字列の小文字でのコピー。
Here’s an example of transforming a string to all lowercase letters. ここに、ある文字列を小文字の文字に変換する例があります:
Complexity: O(n) 計算量:O(n)
func uppercased() -> String