Wraps a given string with another string.
The string to be wrapped.
The string to wrap around the input.
strWrapIn('hello', '*');;//=> '*hello*' Copy
strWrapIn('hello', '*');;//=> '*hello*'
Generated using TypeDoc
Wraps a given string with another string.