Converts a string
to title case
Note: This function is only available in Templates and can’t be used in Reporting.
Syntax
title_case("value")
Parameter
value
: A feed attribute such asBRAND
, or static text surrounded by quotes such as "Shoes and more".
Examples
title_case(BRAND)
. If BRAND is my great Brand, returns My Great Brand.title_case("Shoes and more")
returns Shoes And More.