removeWrapIn()
Wrapper.prototype.removeWrapIn()
Wrapper.prototype.removeWrapIn()
Returns given text
without the opening
and closing
chars of the Wrapper
object.
wrapper.class.ts
Parameters
text: string
text: string
The text of a string
type to unwrap from the opening
and closing
chars of the Wrapper
object.
Returns
The return value is the text of string
type unwrapped from the opening
and closing
chars of the Wrapper
object.
Example usage
Last updated