verbal_expressions 0.5.0-nullsafety verbal_expressions: ^0.5.0-nullsafety copied to clipboard
A package that helps to construct difficult regular expressions.
Changelog #
0.5.0-nullsafety #
- Updated to Dart 2.12 with nullsafety
0.4.0 #
- Updated to Dart 2
0.3.1 #
- Added .analysis_options and fixed common problems
0.3.0 #
- breaking change: do not capture groups if it is not set explicitly using beginCapture/endCapture. More details
- fixed group capturing
- added lazy quantifiers
- added Macintosh line break
0.2.0 #
- breaking change: builder pattern approach replaced with method cascades. More details
- set global search by default
0.1.0 #
- Initial version, created by Ne4istb