Last Updated: Dec 10, 2020
Use this function to convert the first character of a string to uppercase letter and lowercases all other characters, if any.
Capitalize (input)
Input Parameter Name | Description |
---|---|
input | input string |
Return value | Description |
---|---|
text | Returns converted text |
To view all the Text functions, click here.