Category:
Miscellaneous
Converts first characters of every word in a string to upper case.
Syntax
capitalize(
Str String
): String
Parameters
Str is the value to convert.
Return value
Type: String. Returns the resulting string.
Examples of using
capitalize(dataset_field_val(1, 'topic_title'))