Wraps a given string in parenthesis.
The string to be wrapped in parenthesis.
strWrapInParenthesis('hello');//=> '(hello)' Copy
strWrapInParenthesis('hello');//=> '(hello)'
Generated using TypeDoc
Wraps a given string in parenthesis.