Module: utils/string

Methods

(inner) firstUpperCase(string) → {string}

Converts the first letter of a string to uppercase

Parameters:
Name Type Description
string string

string with the first letter in lowercase

Source:
See:
Returns:

returns the same modified string

Type
string