Closed dfish3r closed 7 years ago
Pushed javadocs changes and StringMatch rename.
I considered an AbstractMatchingCharacterRule
, but the only thing it would contain is the MatchBehavior variable. I don't think any of the rule implementation could be abstracted away.
Recent changes look good.
Rules that implicitly used String#contains now use an enum so users can control matching for startsWith, endsWith, or contains. Added NumberRangeRule to provide a solution where regex is notoriously difficult.