Static properties
Last updated
Was this helpful?
Last updated
Was this helpful?
Wrapper.allowedChars
The private static property of the type denotes allowed characters of the wrap. The default allowed characters for the wrap are [
]
(
)
<
>
{
}
. The pattern can be set by the static method and get by the static method.
Wrapper.wrap
The private static property of the is the default instance of static . It can be set by the static method and get by the static method. By default, it is set to []
.