Const
Match all types of whitespace characters.
When negated: match anything other than a whitespace.
whitespace Copy
whitespace
RegExp equivalent:
/\s/ Copy
/\s/
Negated token
not.whitespacenot(whitespace) Copy
not.whitespacenot(whitespace)
/\S/ Copy
/\S/
Generated using TypeDoc
Match all types of whitespace characters.
When negated: match anything other than a whitespace.