Utils.capitalize

Overview | Methods | This Package | All 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.