Function is_tchar

Source
pub fn is_tchar(c: impl AsChar) -> bool
Expand description

Token character

TCHAR = "!" / "#" / "$" / "%" / "&" / "'" / "*"
      / "+" / "-" / "." / "^" / "_" / "`" / "|" / "~"
      / DIGIT / ALPHA