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