startCase
Last updated
Last updated
startCase() function is the Standard function available in 200OK
Description : The startCase function capitalizes the first letter of each word in the input string.
Syntax : fx_startCase(String value)
Example : fx_startCase(ceptes) returns 'Ceptes', capitalizing the first letter of each word in the string 'ceptes'.
Request Side :
Response Side :