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