Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 689 Bytes

Match.md

File metadata and controls

34 lines (16 loc) · 689 Bytes

Match

Enum

  • IS (value: 'is')

  • MATCHES (value: 'matches')

  • CONTAINS (value: 'contains')

  • DOES_NOT_CONTAIN (value: 'does not contain')

  • BEGINS (value: 'begins')

  • DOES_NOT_BEGIN (value: 'does not begin')

  • ENDS (value: 'ends')

  • DOES_NOT_END (value: 'does not end')

  • DOES_NOT_MATCH (value: 'does not match')

  • IS_ABOVE (value: 'is above')

  • IS_NOT_ABOVE (value: 'is not above')

  • IS_BELOW (value: 'is below')

  • IS_NOT_BELOW (value: 'is not below')

[Back to Model list] [Back to API list] [Back to README]