Re: How to Capitalize whole {Tag} word?
Posted: 09 Oct 2018, 04:14
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.
e.g.
Code: Select all
{tags*.upper()}