Name | Description |
CONTAINS |
Matches value to check if it contains the specified constraint value
|
EQUALS |
Check for equality of values
|
GREATER |
Filters values if greater than specified constraint value
|
POP |
|
SMALLER |
Filters values if smaller than specified constraint value
|
TEXTUALLY_MATCHES |
Uses Python regex re.match() function
|