Package org.dellroad.stuff.string

Utility classes relating to parsing and formatting strings.

See:
          Description

Class Summary
ByteArrayEncoder Encodes byte[] arrays to and from hexadecimal strings.
CSVOutput CSV file output stream that ensures values are matched to the correct columns.
DateEncoder Encodes Date objects to and from strings.
DoubleFormat Java double string format regular expression.
NamedArgumentFormatter Interpreter for printf-style formatting strings that identifies arguments using names rather than indicies.
ParseContext Utility class supporting parsing of strings.
SimpleObjectParser<T> Parses strings using regular expressions into new instances of some class by parsing substrings.
StringEncoder Encodes/decodes Java strings, escaping control and XML-invalid characters.
 

Package org.dellroad.stuff.string Description

Utility classes relating to parsing and formatting strings.