How to use TITLECASE function in vFlow?

“How to use the TITLECASE function?”

Returns the input with the first letter of each word converted to uppercase.
We can give any of the hardcoded or dynamic values

TITLECASE(input:any)
Example →
TITLECASE(‘text’)
Output → Text



image