Page 1 of 1

Re: How to Capitalize whole {Tag} word?

Posted: 09 Oct 2018, 04:14
by rednoah
There is no {tag} binding. There is a {tags} binding which will give you a List of String values. You can use *. to call the upper() method on each String value in the List.

e.g.

Code: Select all

{tags*.upper()}