⚠ textHasClosing()
The method does not yet exist.
Wrapper.prototype.textHasClosing()
Wrapper.prototype.textHasClosing()
Checks if the provided text
has the closing of specified Wrapper
object at the end of the text.
wrapper.class.ts
Parameters
Name: type | Description |
---|---|
| The text of a |
Returns
The return value is a boolean
indicating whether the given text
has the closing of the wrap.
Example usage
Last updated