Text Functions |
Top Previous Next |
You can have the program format text variables in special ways, by using the following function syntax:
$FUNCTIONNAME("%VARNAME%")
for example: $SentenceCase("%name%")
Available functions: SentenceCase TitleCase LowerCase UpperCase RemoveAfterAt (changes [email protected] to name)
You can also chain operations by doing: $FUNCTIONNAME|FUNCTIONNAME("text");
|