string.toUpperCase()

String.toUpperCase() toUpperCase to update lowercase chars to uppercase in a string.

Returns a string.

Here are some examples with output.
String str = "i am a string";
System.out.println(str.toUpperCase()); // I AM A STRING
System.out.println(str.toUpperCase(Locale.forLanguageTag("tr"))); // ? AM A STR?NG


All String functions

Subscribe

* indicates required
Subscribe to plus2net

    plus2net.com



    Post your comments , suggestion , error , requirements etc here




    We use cookies to improve your browsing experience. . Learn more
    HTML MySQL PHP JavaScript ASP Photoshop Articles FORUM . Contact us
    ©2000-2024 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer