String actualValue = "JAVA WAVE";
String lowerCase = actualValue.toLowerCase();
Sunday, May 3, 2009
Convert a String to Lower Case in Java
Here this post will show you how to convert a string to lower case in Java.
Labels:
Java,
String Utility,
Tips,
Utils
Subscribe to:
Posts (Atom)