lowercase
Converts this character to lower case using Unicode mapping rules of the invariant locale.
This function supports one-to-many character mapping, thus the length of the returned string can be greater than one. For example, '\u0130'.lowercase()
returns "\u0069\u0307"
, where '\u0130'
is the LATIN CAPITAL LETTER I WITH DOT ABOVE character (İ
). If this character has no lower case mapping, the result of toString()
of this char is returned.
Since Kotlin
1.5Samples
Returns a copy of this string converted to lower case using Unicode mapping rules of the invariant locale.
This function supports one-to-many and many-to-one character mapping, thus the length of the returned string can be different from the length of the original string.
Since Kotlin
1.5Samples
Converts this character to lower case using Unicode mapping rules of the invariant locale.
This function supports one-to-many character mapping, thus the length of the returned string can be greater than one. For example, '\u0130'.lowercase()
returns "\u0069\u0307"
, where '\u0130'
is the LATIN CAPITAL LETTER I WITH DOT ABOVE character (İ
). If this character has no lower case mapping, the result of toString()
of this char is returned.
Since Kotlin
1.5Samples
Returns a copy of this string converted to lower case using Unicode mapping rules of the invariant locale.
This function supports one-to-many and many-to-one character mapping, thus the length of the returned string can be different from the length of the original string.
Since Kotlin
1.5Samples
Converts this character to lower case using Unicode mapping rules of the specified locale.
This function supports one-to-many character mapping, thus the length of the returned string can be greater than one. For example, '\u0130'.lowercase(Locale.US)
returns "\u0069\u0307"
, where '\u0130'
is the LATIN CAPITAL LETTER I WITH DOT ABOVE character (İ
). If this character has no lower case mapping, the result of toString()
of this char is returned.
Since Kotlin
1.5Samples
Returns a copy of this string converted to lower case using the rules of the specified locale.
This function supports one-to-many and many-to-one character mapping, thus the length of the returned string can be different from the length of the original string.
Since Kotlin
1.5Samples
Converts this character to lower case using Unicode mapping rules of the invariant locale.
This function supports one-to-many character mapping, thus the length of the returned string can be greater than one. For example, '\u0130'.lowercase()
returns "\u0069\u0307"
, where '\u0130'
is the LATIN CAPITAL LETTER I WITH DOT ABOVE character (İ
). If this character has no lower case mapping, the result of toString()
of this char is returned.
Since Kotlin
1.5Samples
Returns a copy of this string converted to lower case using Unicode mapping rules of the invariant locale.
This function supports one-to-many and many-to-one character mapping, thus the length of the returned string can be different from the length of the original string.
Since Kotlin
1.5Samples
Converts this character to lower case using Unicode mapping rules of the invariant locale.
This function supports one-to-many character mapping, thus the length of the returned string can be greater than one. For example, '\u0130'.lowercase()
returns "\u0069\u0307"
, where '\u0130'
is the LATIN CAPITAL LETTER I WITH DOT ABOVE character (İ
). If this character has no lower case mapping, the result of toString()
of this char is returned.
Since Kotlin
1.5Samples
Returns a copy of this string converted to lower case using Unicode mapping rules of the invariant locale.
This function supports one-to-many and many-to-one character mapping, thus the length of the returned string can be different from the length of the original string.
Since Kotlin
1.5Samples
Converts this character to lower case using Unicode mapping rules of the invariant locale.
This function supports one-to-many character mapping, thus the length of the returned string can be greater than one. For example, '\u0130'.lowercase()
returns "\u0069\u0307"
, where '\u0130'
is the LATIN CAPITAL LETTER I WITH DOT ABOVE character (İ
). If this character has no lower case mapping, the result of toString()
of this char is returned.
Since Kotlin
1.8Samples
Returns a copy of this string converted to lower case using Unicode mapping rules of the invariant locale.
This function supports one-to-many and many-to-one character mapping, thus the length of the returned string can be different from the length of the original string.
Since Kotlin
1.8Samples
Converts this character to lower case using Unicode mapping rules of the invariant locale.
This function supports one-to-many character mapping, thus the length of the returned string can be greater than one. For example, '\u0130'.lowercase()
returns "\u0069\u0307"
, where '\u0130'
is the LATIN CAPITAL LETTER I WITH DOT ABOVE character (İ
). If this character has no lower case mapping, the result of toString()
of this char is returned.
Since Kotlin
1.8Samples
Returns a copy of this string converted to lower case using Unicode mapping rules of the invariant locale.
This function supports one-to-many and many-to-one character mapping, thus the length of the returned string can be different from the length of the original string.