unwrap()
Last updated
Was this helpful?
Last updated
Was this helpful?
Wrapper.unwrap()
The method returns the given without the given and chars.
text: string
The text of the from which given and chars are removed.
opening: string
The opening chars of the to be removed in the given .
closing: string
The closing chars of the to be removed in the given .
The return value is the given of type without the given and chars or unchanged if it does not contain the given and chars.