Confirmed users
4,467
edits
m (→Types) |
m (more param names) |
||
Line 110: | Line 110: | ||
|equals_any||is equal to any of the strings|| | |equals_any||is equal to any of the strings|| | ||
|- | |- | ||
|contains||contains the string|| | |contains||contains the string|| use 'substring' for search params | ||
|- | |- | ||
|not_contains||does not contain the string|| | |not_contains||does not contain the string|| use 'notsubstring' for search params | ||
|- | |- | ||
|case_contains||contains the string (exact case)|| | |case_contains||contains the string (exact case)|| |