capitalizeFirstLetter(s) uppercases the first character; the rest is untouched. Part of pota/use/string.
capitalizeFirstLetter(s)
pota/use/string
s
string
Returns: the input string with its first character uppercased.