text_parser library

Classes

EmailMatcher
A variant of TextMatcher for parsing email addresses.
PatternMatcher
A variant of TextMatcher that takes a regular expression pattern as a parameter.
TelMatcher
A variant of TextMatcher for parsing phone numbers.
TextElement
A class that holds the information of a parsed element.
TextMatcher
A base class of matchers used to provide TextParser with match patterns for parsing.
TextParser
A class that parses text according to specified matchers.
UrlMatcher
A variant of TextMatcher for parsing URLs.