These macros convert text blocks to the specified case.
.lowercase block-input .endlowercase
and
.uppercase block-input .enduppercase
These macros are particularly useful when working with naming conventions (see "Naming conventions", in the Models chapter of the Core Features Guide).
The following parameters are available:
In the following example, the variable %Comment% contains the string HELLO WORLD, which is converted to hello world.
.lowercase %Comment% .endlowercase