{{stringwrap}}
{{stringwrap}}
Section titled “{{stringwrap}}”Wraps an input character string with two specified characters.
{{stringwrap "<start character>" "<end character>"}}
Example
Section titled “Example”This adds brackets around the string value: {{stringwrap "Example" "[" "]"}}
This results in:
[Example]