tools.PrefixSuffix
Surround textwith a prefix and a suffix.
Options
- prefix {string}: the string to prepend to
text.
- sufffix {string}: the string to append to
text.
Inputs
- {string} text: Text to surround with a
prefix and suffix.
Outputs
- {string} text: The surrounded text.
See also
Matis.tools.ConcatStrings