|
|
|
|
128
|
- sw: start with (string starts with value)
|
128
|
- sw: start with (string starts with value)
|
129
|
- ew: end with (string end with value)
|
129
|
- ew: end with (string end with value)
|
130
|
- eq: equal (string or number matches exactly)
|
130
|
- eq: equal (string or number matches exactly)
|
|
|
131
|
+ - ne: not equal (string or number doen not match)
|
131
|
- lt: lower than (number is lower than value)
|
132
|
- lt: lower than (number is lower than value)
|
132
|
- le: lower or equal (number is lower than or equal to value)
|
133
|
- le: lower or equal (number is lower than or equal to value)
|
133
|
- ge: greater or equal (number is higher than or equal to value)
|
134
|
- ge: greater or equal (number is higher than or equal to value)
|