to Lower Case
Deprecated
Warning since 1.5
Use lowercaseChar() instead.
Replace with
lowercaseChar()
Converts this character to lower case using Unicode mapping rules of the invariant locale.
Deprecated
Warning since 1.5
Use lowercase() instead.
Replace with
lowercase()
Returns a copy of this string converted to lower case using the rules of the default locale.
Deprecated
Warning since 1.5
Use lowercase() instead.
Replace with
lowercase(locale)
Returns a copy of this string converted to lower case using the rules of the specified locale.
Deprecated
Warning since 1.5
Use lowercaseChar() instead.
Replace with
lowercaseChar()
Converts this character to lower case using Unicode mapping rules of the invariant locale.
Deprecated
Warning since 1.5
Use lowercase() instead.
Replace with
import java.util.Locale
lowercase(Locale.getDefault())
Returns a copy of this string converted to lower case using the rules of the default locale.
Deprecated
Warning since 1.5
Use lowercaseChar() instead.
Replace with
lowercaseChar()
Converts this character to lower case using Unicode mapping rules of the invariant locale.
Deprecated
Warning since 1.5
Use lowercase() instead.
Replace with
lowercase()
Returns a copy of this string converted to lower case using the rules of the default locale.
Deprecated
Warning since 1.5
Use lowercaseChar() instead.
Replace with
lowercaseChar()
Converts this character to lower case using Unicode mapping rules of the invariant locale.
Deprecated
Warning since 1.5
Use lowercase() instead.
Replace with
lowercase()
Returns a copy of this string converted to lower case using the rules of the default locale.