ucfirst
not rateducfirst(string str)
Returns a string with the first character of str capitalized, if that character is alphabetic.
Example:
set udg_foo = "hello world!"
set udg_foo = ucfirst(udg_foo) // Hello world!
Returns a string with the first character of str capitalized, if that character is alphabetic.
Example:
set udg_foo = "hello world!"
set udg_foo = ucfirst(udg_foo) // Hello world!