Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Utils.capitalize
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.