wrapped

Wrap a string into a pair for bracers / prefix & suffix.

string
wrapped
(
string content
,
string prefix = "{[ "
,
string suffix = " ]}"
)

Parameters

content string

content to be wrapped

prefix string

prefix to prepend

suffix string

suffix to append

Return Value

Type: string

wrapped content

Meta