text_parser 0.3.2
text_parser: ^0.3.2 copied to clipboard
A Dart package for parsing text flexibly according to preset or custom regular expression patterns.
0.3.2 #
- Simpler handling of isolate.
- Update README.
- Update dependencies.
0.3.1 #
- Fix
TextElement
's toString() to return better string with the type name and parentheses. - Improve README slightly.
0.3.0 #
- Add
offset
toTextElement
. - Refactor tests.
- Update dev dependency.
0.2.0 #
- Add
multiLine
,caseSensitive
,unicode
anddotAll
toTextParser
. - Improve documentation and example.
0.1.2 #
- Stable null safety release.
- Simplify messaging between main thread and isolate.
- Add test to check parsing in isolate.
0.1.1-nullsafety.1 #
- Add
onlyMatches
parameter toparse()
. - Fix
UrlMatcher
andEmailMatcher
. - Improve
UrlMatcher
. - Minor improvements.
0.1.1-nullsafety.0 #
- Update README.
0.1.0-nullsafety.0 #
- Migrate to null safety.
0.0.2 #
- Internal changes needed for conditional import for web.
- Improve test to check groups with more than two elements.
- Improve documentation.
0.0.1 #
- Initial version.