Format Strings

Various sandbox options use a format string style designed to be flexible enough to satisfy most needs. These format strings can utilize a number of features, which are outlined in this section of the reference guide.

  • Tokens: placeholders for values that will be replaced when the format string is used.
  • Functions: used to include logic in format strings.
  • At-Maps: multimaps which can be used for lists and logic branches.
  • Escapes & References: escapes and references for special characters.