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