# Functions
New creates new Tokenizer from the provided reader with DefaultSeparators.
NewFromBytes creates new Tokenizer from the provided bytes slice.
NewFromString creates new Tokenizer from the provided string.
# Variables
DefaultSeparators is a list with the default token separator characters.