ApplicationInspector icon indicating copy to clipboard operation
ApplicationInspector copied to clipboard

Requiring match at a specific index in Rule based MustMatch tests

Open gfs opened this issue 2 years ago • 0 comments

With #472 we add the ability to include tests directly in Rule object JSON. These tests consist of an array of strings which must/must not match the rule.

A user may want to further have validation that a match occurs at a specified index or occurs a certain number of times.

I'm opening this issue to solicit user feedback if there is value in implementing an additional field must-match-with-indices or the like that would provide this.

gfs avatar Jul 14 '22 22:07 gfs