How to Capitalize whole {Tag} word?
How to Capitalize whole {Tag} word?
I am using the GUI version from the windows store and was wondering what the code would be to just capitalize only the whole {tag} word, not just the 1st letter? Thanks.
Re: How to Capitalize whole {Tag} word?
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()}