isClosingIn()
Wrapper.prototype.isClosingIn()
Wrapper.prototype.isClosingIn()
Determines whether the provided text
has the closing
chars of the specified Wrapper
object at the end.
wrapper.class.ts
Parameters
text: string
text: string
The text of string
to test for the existence of the closing
chars at the end of it.
Returns
The return value is a boolean
indicating whether the given text
has the closing
chars of the wrap.
Example usage
Last updated