Const
Match a vertical whitespace character.
verticalWhitespace Copy
verticalWhitespace
RegExp equivalent:
/\v/ Copy
/\v/
Negated token
not.verticalWhitespacenot(verticalWhitespace) Copy
not.verticalWhitespacenot(verticalWhitespace)
/[^\v]/ Copy
/[^\v]/
Generated using TypeDoc
Match a vertical whitespace character.