You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<small>`match-caseless` can accept a scoped variable to allow the matching to be toggle-able between case insensitive and case sensitive.</small>
50
+
<small>`match-caseless` can accept a scoped variable to allow the matching to be toggle-able between case insensitive and case sensitive. Default: false</small>
51
+
52
+
**Not Match Example**
53
+
Sometimes you want to ensure the values do *not* match, in that case you can use the `not-match` flag.
54
+
This also works in combination with `match-caseless` (if you want to not match case insensitively).
0 commit comments