between
Check if search between given values
Returns: Int
1/0
eq
Check if a is equal to b
Returns: Int
1/0
gt
Check if a is greater than b
Returns: Int
1/0
ge
Check if a is greater than or equal to b
Returns: Int
1/0
in
Check if search is in array
Returns: Int
1/0
like
Alias for match
Returns: Int
1/0
lt
Check if a is less than b
Returns: Int
1/0
le
Check if a is less than or equal to b
Returns: Int
1/0
match
Check if search match pattern
Returns: Int
1/0
ne
Check if a is not equal to b
Returns: Int
1/0
notLike
Alias for notMatch
Returns: Int
1/0
notMatch
Check if search does not match pattern
Returns: Int
1/0
verify
Check if a matches the conditions from b
Returns: Int
1/0
__both_undefined
Check if both values are undefined
Returns: Int
1/0