Fixed matchesInGroupLeft to be consistent with documentation and matchesInGroup (#3514)#3515
Fixed matchesInGroupLeft to be consistent with documentation and matchesInGroup (#3514)#3515FineAndDandy wants to merge 5 commits into
Conversation
|
Looks good! Much more intuitive. Can we update the description here |
|
One other thing to consider might be to add a -1 option to indicate "I don't know or care how many generations there are, I want them ALL to match" or make 0 = everything, 1 = first group from left, 2 = second group from left, etc. |
Yep. Good catch |
so that we don't change existing behavior of 0/default I'd prefer -1 for all. I think its reasonable to add this for both #MATCHES_IN_GROUP and #MATCHES_IN_GROUP_LEFT |
…) and rewrote javadoc (#3514)
depends on #3513 for base test expansion exposing inconsistencies