string.toLowerCase()

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

Returns a string.

Here are some examples with output.
String str = "I  Am a String";
System.out.println(str.toLowerCase()); // i  am a string
System.out.println(str.toLowerCase(Locale.forLanguageTag("tr"))); //?  am a string


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