v1.3
Improvements
- #42 - new method
List<String> getTextGroups(String toTest, int group)
(resolves #28) - #39 - Ensure removeModifier method turns off the flags
- #34 -
maybe()
method now accepts a builder as parameter - #29 - don't create additional capture when use OR
Breaking changes
- #33 - rename
anythingButNot
toanythingBut
(remove double negation that may confuse users)