{"type":"string","class":"string","verb":"streq","description":"Equals","arg":"str"} {"type":"string","class":"string","verb":"not-streq","description":"Not Equals","arg":"str"} {"type":"string","class":"string","verb":"strlt","description":"Less Than","arg":"str"} {"type":"string","class":"string","verb":"strgt","description":"Greater Than","arg":"str"} {"type":"string","class":"string","verb":"strle","description":"Less Than or Equals","arg":"str"} {"type":"string","class":"string","verb":"strge","description":"Greater Than or Equals","arg":"str"} {"type":"string","class":"list","verb":"streq-in","description":"Match a string to any of the values in the parameter","arg":"list"} {"type":"string","class":"list","verb":"not-streq-in","description":"Ensure a string doesn't match any of the values in the parameter","arg":"list"} {"type":"string","class":"string","verb":"contains","description":"Ensure a string matches or contains the value in the parameter","arg":"str"} {"type":"string","class":"string","verb":"not-contains","description":"Ensure a string doesn't match or contains the value in the parameter","arg":"str"} {"type":"string","class":"list","verb":"contains-any-of","description":"Ensure a string contains any of the values in the parameter. Case-insensitive.","arg":"list"} {"type":"string","class":"list","verb":"contains-all-of","description":"Ensure a string contains all of the values in the parameter. Case-insensitive.","arg":"list"} {"type":"string","class":"list","verb":"not-contains-any-of","description":"Ensure a string doesn't contain at least one of the values in the parameter. Case-insensitive.","arg":"list"} {"type":"string","class":"list","verb":"not-contains-all-of","description":"Ensure a string doesn't contain any of the values in the parameter. Case-insensitive.","arg":"list"} {"type":"string","class":"string","verb":"starts-with","description":"Ensure a string starts with the value in the parameter. Case-insensitive.","arg":"str"} {"type":"string","class":"string","verb":"ends-with","description":"Ensure a string ends with the value in the parameter. Case-insensitive.","arg":"str"} {"type":"string","class":"string","verb":"not-starts-with","description":"Ensure a string doesn't start with the value in the parameter. Case-insensitive.","arg":"str"} {"type":"string","class":"string","verb":"not-ends-with","description":"Ensure a string doesn't end with the value in the parameter. Case-insensitive.","arg":"str"} {"type":"string","class":"glob","verb":"matches","description":"Ensure a string matches the glob parameter. A glob parameter uses a '' character to match any sequence of characters. A literal '' is expressed with '*'.","arg":"glob"} {"type":"string","class":"glob","verb":"not-matches","description":"Ensure a string doesn't match the glob parameter. A glob parameter uses a '' character to match any sequence of characters. A literal '' is expressed with '*'.","arg":"glob"} {"type":"number","class":"number","verb":"eq","description":"Equals","arg":"num"} {"type":"number","class":"number","verb":"not-eq","description":"Not equals","arg":"num"} {"type":"number","class":"number","verb":"gt","description":"Greater than","arg":"num"} {"type":"number","class":"number","verb":"lt","description":"Less than","arg":"num"} {"type":"number","class":"number","verb":"ge","description":"Greater than or equal to","arg":"num"} {"type":"number","class":"number","verb":"le","description":"Less than","arg":"num"} {"type":"number","class":"list","verb":"eq-any-of","description":"Equal to any of the values provided","arg":"list"} {"type":"number","class":"list","verb":"not-eq-any-of","description":"Not equal to any of the values provided","arg":"list"} {"type":"string","class":"exists","verb":"exists","description":"Tests if an attribute has been set to a value."} {"type":"string","class":"exists","verb":"not-exists","description":"Tests if an attribute has never been set to a value."} {"type":"number","class":"exists","verb":"event-exists","description":"Tests if an attribute has been set to a number value."} {"type":"number","class":"exists","verb":"not-event-exists","description":"Tests if an attribute has never been set to a number value."}