Versions in this module Expand all Collapse all v1 v1.13.12 Feb 9, 2025 Changes in this version + const ADD + const ALPHA + const AND + const BACKTICK + const BASE64 + const BLANK + const COLON + const COMMA + const CSYMBOL_FIRST_CHAR + const CSYMBOL_NEXT_CHAR + const DIGIT + const DIV + const DOMAIN_CHAR + const DOT + const EOL + const EQ + const FLOAT_FIRST_CHAT + const GT + const LCAP_N + const LCAP_R + const LCAP_T + const LCAP_W + const LOWER + const LT + const MUL + const OR + const PATH_SEP + const PERCENT + const QUOT + const RDIV + const SEMICOLON + const SPACE + const SPACE_BAR + const SUB + const SYMBOL_FIRST_CHAR + const SYMBOL_NEXT_CHAR + const TAB + const TSPACE + const UNDERLINE + const UPPER + const URLSAFE_BASE64 + const XDIGIT + const XMLSYMBOL_FIRST_CHAR + const XMLSYMBOL_NEXT_CHAR + func Is(typeMask uint32, c rune) bool + func IsCSymbol(str string) bool + func IsType(typeMask uint32, str string) bool + func IsTypeEx(typeFirst, typeNext uint32, str string) bool + func IsXmlSymbol(str string) bool + func ScanCSymbol(str string) int + func ScanType(typeMask uint32, str string) int + func ScanTypeEx(typeFirst, typeNext uint32, str string) int + func ScanXmlSymbol(str string) int + func SkipCSymbol(str string) string + func SkipTypeEx(typeFirst, typeNext uint32, str string) string + func SkipXmlSymbol(str string) string