Overview | Methods | This Package | All Packages
Capitalizes the first letter of a string.
Syntax
public static String capitalize( String name )
Parameters
name
The string to capitalize.
Return Value
Returns the string with the first letter capitalized.