OptionalalwaysOptionaldefaultGlobal variables to use in interpolation replacements
OptionalescapeEscape passed in values to avoid xss injection
OptionalformatUsed to separate format from interpolation value
OptionalmaxAfter how many interpolation runs to break out before throwing a stack overflow
OptionalnestingSeparates options from key
OptionalnestingPrefix for nesting
OptionalnestingEscaped prefix for nesting (regexSafe)
OptionalnestingSuffix for nesting
OptionalnestingEscaped suffix for nesting (regexSafe)
OptionalprefixPrefix for interpolation
OptionalprefixEscaped prefix for interpolation (regexSafe)
OptionalskipIf true, it will skip to interpolate the variables
OptionalsuffixSuffix for interpolation
OptionalsuffixEscaped suffix for interpolation (regexSafe)
OptionalunescapePrefix to unescaped mode
OptionalunescapeSuffix to unescaped mode
OptionaluseIf true, then value passed into escape function is not casted to string, use with custom escape function that does its own type check
Always format interpolated values.