Wrapper
The Wrapper
is an extension of the Wrap
object, which means it represents the immutable wrap of the opening and closing with the additional main ability to use it to wrap string. It can also define the wrap in a restricted characters range.
Instance accessors
Name | Description |
---|---|
Static methods
Wrapper. | Description |
---|---|
Defines a new | |
Gets the allowed characters of the | |
The method checks if the value of any type is an instance of the | |
The method sets the default pattern of allowed characters for static | |
Instance methods
Wrapper.prototype. | Description |
---|---|
The method checks if the provided | |
Checks if the provided | |
Checks if the provided | |
Returns the unwrapped text, without the opening and closing of the | |
Last updated