Wraps a string between two other strings.
The string to be wrapped.
The string to be added to the left of the input string.
The string to be added to the right of the input string.
strWrapBetween('Hello', '<', '>');;//=> '<Hello>' Copy
strWrapBetween('Hello', '<', '>');;//=> '<Hello>'
Generated using TypeDoc
Wraps a string between two other strings.