condition:Text
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| condition:Text [2015/07/15 04:19] – created peternlewis | condition:Text [2017/11/14 05:31] (current) – peternlewis | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| * is empty. | * is empty. | ||
| * is not empty. | * is not empty. | ||
| - | * is exactly a specified string. | + | * is exactly |
| - | * is not exactly a specified string. | + | * is not exactly |
| * contains (case insensitively) a specified string. | * contains (case insensitively) a specified string. | ||
| * does not contain (case insensitively) a specified string. | * does not contain (case insensitively) a specified string. | ||
| - | * matches a specified regular expression. | + | * starts with (case insensitively) a specified string. (v8+) |
| - | * does not match a specified regular expression. | + | * ends with (case insensitively) a specified string. (v8+) |
| + | * is alphabetically before a specified string. (v7.2+) | ||
| + | * is alphabetically after a specified string. (v7.2+) | ||
| + | * matches a specified | ||
| + | * does not match a specified | ||
| + | * is numerically less than a specified calculation. (v8+) | ||
| + | * is numerically less than or equal to a specified calculation. (v8+) | ||
| + | * is numerically equal to a specified calculation. (v8+) | ||
| + | * is numerically greater than or equal to a specified calculation. (v8+) | ||
| + | * is numerically greater than a specified calculation. (v8+) | ||
| + | * is numerically not equal to a specified calculation. (v8+) | ||
| + | ===== See Also ===== | ||
| + | |||
| + | === Actions === | ||
| + | |||
| + | * [[action:If Then Else|If Then Else]] | ||
| + | * [[action: | ||
| + | * [[action: | ||
| + | * [[: | ||
| + | |||
| + | === Conditions === | ||
| + | |||
| + | * [[: | ||
condition/Text.1436933997.txt.gz · Last modified: by peternlewis
