Converts the first letter of a string to lowercase.
public static String decapitalize( String name )
name
The string to convert to lowercase.
Returns the string with the first letter in lowercase.
This method converts the first letter of the string to lowercase if the second letter is lowercase.