---filter|0:{variable_name} EQUALS {string}
[[IF={variable_name}(EQUALS {string})]]...[[ENDIF]]
---hide_if:{variable_name}(EQUALS {string})
EQUALS {string} |
The input equals {string}. |
NOT_EQUALS {string} |
The input does not equal {string}. |
LESS_THAN {string} |
The input is less than {string}. |
GREATER_THAN {string} |
The input is greater than {string}. |
LESS_THAN_OR_EQUALS {string} |
The input is less than or equal to {string}. |
GREATER_THAN_OR_EQUALS {string} |
The input is greater than or equal to {string}. |
MATCH {string} |
The input contains {string}. |
NOT_MATCH {string} |
The input does not contain {string}. |
IS_BLANK |
The input is blank. |
IS_NOT_BLANK |
The input is not blank. |