Const
Match alphanumeric characters and underscore.
word Copy
word
RegExp equivalent:
/\w/ Copy
/\w/
Negated token
not.wordnot(word) Copy
not.wordnot(word)
/\W/ Copy
/\W/
Generated using TypeDoc
Match alphanumeric characters and underscore.