Converts string
to title case.
Syntax
title_case(string)
Learn more about syntax for functions.
Parameter
string
: An inventory attribute such asBRAND
, or a static string surrounded by quotes such as "Shoes and more". Learn more about referring to inventory attributes.
Examples
title_case(BRAND)
. If BRAND is my great Brand, returns My Great Brand.title_case("Shoes and more")
returns Shoes And More.