Skip to main content

Module class

Module class 

Source
Expand description

Byte classification categories produced by classify_bytes.

Each bit represents a category. A byte may belong to multiple categories (e.g. < is both DELIMITER and OTHER is absent).

Constantsยง

ALPHA
ASCII alphabetic: a-z, A-Z.
DELIMITER
HTML structural delimiter: <, >, &, ", ', =, /.
DIGIT
ASCII digit: 0-9.
OTHER
None of the above.
WHITESPACE
ASCII whitespace: space, tab, newline, carriage return.