4. Variable Flags
Variable Flags allow you to customize the output of certain variables.
Reference: All the variable flags available.
Reference: Variables table (see the flags column)
Instructions
For this example, let's use the String variable flags.
-uc
Uppercase-lc
Lowercase-tc
Titlecase-sc
Small Caps (replaces lowercase letters with small capital letters)
Profile File
profile1.txt
{facing} - Default
{facing -uc} - Uppercase
{facing -lc} - Lowercase
{facing -tc} - Titlecase
{facing -sc} - Small Caps
{facing -tc -sc} - Titlecase + Small Caps