User Tools

Site Tools


condition:Variable

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
condition:Variable [2015/07/15 00:54]
peternlewis created
condition:Variable [2020/03/16 06:41]
peternlewis
Line 5: Line 5:
 * is empty. * is empty.
 * is not empty. * is not empty.
-* is exactly ​a specified string. +* is (case insensitively) ​a specified string. 
-* is not exactly ​a specified string.+* is not (case insensitively) ​a specified string.
 * 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 ​[[:Regular Expressions|regular expression]]
 +* does not match a specified ​[[:Regular Expressions|regular expression]]. 
 +* 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:​Pause_Until|Pause Until Conditions Met]]
 +* [[action:​Until|Execute Action Until Conditions Met]]
 +* [[:​Actions|See all Actions]]
 +
 +===  Conditions ===
 +
 +* [[:​Conditions|See all Conditions]]
condition/Variable.txt · Last modified: 2023/09/18 04:21 by peternlewis