textUnwrap()
Wrapper.prototype.textUnwrap()
Wrapper.prototype.textUnwrap()public textUnwrap(
opening: string = this.opening,
closing: string = this.closing
): string {
return Wrapper.unwrap(this.text, opening, closing);
}Parameters
opening: string
opening: stringclosing: string
closing: stringReturns
Example usage
Last updated