uppercaseFirst() Function

The uppercaseFirst() function returns the given string value with the first character appropriately upper-cased

Argument Kind Required Purpose
term string yes a string value

Usage and examples

Place a …

Return to index