text_parser library

Classes

EmailMatcher
A variant of TextMatcher for parsing email addresses.
ExactMatcher
A variant of TextMatcher for parsing strings that exactly match any of the strings in the passed list.
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.
UrlLikeMatcher
A variant of TextMatcher for parsing URL-like strings.
UrlMatcher
A variant of TextMatcher for parsing URLs that start with http(s).

Extensions

TextElementsExtension on Iterable<TextElement>
Extensions on a collection of TextElement.