enchanted_regex 1.0.7 enchanted_regex: ^1.0.7 copied to clipboard
A package that enhances dart regex api. Mainly when working with named group's.
1.0.7 #
- Added more info to "onNonMatch"
1.0.6 #
- Added optional parrameter
willContainBeforeAndAfterContentAsNonMatch
toforEachNamedGroup
andsplitMapNamedGroupCast
.
1.0.5 #
- Fix
forEachNamedGroup
andsplitMapNamedGroupCast
not working
1.0.4 #
- Added
onNonMatch
optional parameter toforEachNamedGroup
function - Added
fullMatchText
variable toFindedGroup
1.0.3 #
splitMapNamedGroupCast
bug fix
1.0.2 #
- Readme updated
- New logo created
1.0.1 #
- Readme updated
- Logo image added to package
- Added
enchanted_collection
package
1.0.0 #
- Initial version