⚠ textHasClosing()
Last updated
Last updated
The method does not yet exist.
Wrapper.prototype.textHasClosing()
Checks if the provided text
has the closing of specified Wrapper
object at the end of the text.
Name: type | Description |
---|---|
The return value is a boolean
indicating whether the given text
has the closing of the wrap.
text: string
The text of a string
to test against the existence of the closing
chars.