Text Formats

Text formats are used to specify formats for character string attributes. The following expressions are supported:

Symbol Meaning
\cUpperCase Translate the string to upper case.
\cLowerCase Translate the string to lower case.
\cProperCase Translate the string to proper case. The first character of every word is translated to uppercase. The remaining characters are translated to lowercase.
Fastpath: Refer to XAI Format to define your XAI Formats.