Applies any tranformations to the variable, you can chain the
transformers called whenever you use VAR_TRANSFORM_SEP_CHAR to
provide a transformer in the template.
Format the string. Supports up=> UPCASE, down=> downcase, proper => first character UPCASE all others downcase, title => title case according to titlecase::titlecase. e.g. {var:case(up)}.