Substitutions
Last edit on: 2008-05-15 19:47:48
This page will explain how to use substitutions.
Brackets
Substitutions sometimes need brackets around them to ensure the right name is used. For example, if a period is placed right next to a substitution, the period character will be considered part of the name.
For example:
^user_userFullname.
... will be considered different from:
^user_userFullname
To place a period, or any other character, right next to a substitution and prevent the system from mistaking the extra character as part of it, place brackets around the name of the substitution, but after the hat character, like so:
^{user_userFullname}.