Const
Match a tab character.
tab Copy
tab
RegExp equivalent:
/\t/ Copy
/\t/
Negated token
not.tabnot(tab) Copy
not.tabnot(tab)
/[^\t]/ Copy
/[^\t]/
Generated using TypeDoc
Match a tab character.