Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 308 Bytes

File metadata and controls

10 lines (9 loc) · 308 Bytes

Case Insensitive Matching

You can match against strings using case insensitive matching:

"foo" : {
  "__match__" : "case-insensitive",
  "value" : "FooBaR"
}

The above will be a positive match for any message containing the attribute "foo" with a string value of "foobar", "fOObAr" and so on.