toTitleCaseForList
Modified on Wed, 16 Aug 2023
Description
Convert each string in a list to proper case (title case)
Syntax
toTitleCaseForList(array)
Parameters
Input Parameter | Type | Description |
---|---|---|
array | Array | The list of input strings to convert |
Return value
Type |
---|
Array |
Sample
Example | Result | Description |
---|---|---|
toTitleCaseForList(['this is a TITLE', 'BudGet']) | ['This Is A Title', 'Budget'] | The list of strings in proper case |
To view all the List functions, click here.
See Also
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article