Capitalizes the first letter of a string.
public static String capitalize( String name )
name
The string to capitalize.
Returns the string with the first letter capitalized.