anything to convert uppercase to lowercase strings?

any expression function to do that?

tx
d

echo tolower("UPPER")

In a text top if you want a word like “test” to be all caps. In the text field type…

‘test’.upper()

for lowercase just do…

‘test’.lower()

If you can’t figure it out from the above, post the following:

  1. Where is the string you want capitalized? In a parameter, in a DAT, etc.
  2. Where do you want the capitalized version of the string to end up?

Screenshot or simple tox will work to answer this too