Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 351 Bytes

File metadata and controls

10 lines (8 loc) · 351 Bytes

capitalize-first()

string capitalize-first(string input)

Converts the first character of the string given in the input parameter to upper case. If the first character is not a lower case character, input is returned unmodified. Only the very first character of the entire input is converted, not the first character of each word.