Uses of Package
eu.svjatoslav.commons.string.tokenizer
Packages that use eu.svjatoslav.commons.string.tokenizer
Package
Description
Provides a regex-based tokenizer for parsing structured text.
-
Classes in eu.svjatoslav.commons.string.tokenizer used by eu.svjatoslav.commons.string.tokenizerClassDescriptionException thrown when token parsing encounters unexpected content.Defines a token boundary using a regular expression pattern.Defines how matched tokens are handled by the tokenizer.A regex-based tokenizer for parsing structured text into tokens.Represents a matched token from the tokenizer.