User Tools

Site Tools


conditional_expression

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
conditional_expression [2020/02/14 12:55] justinconditional_expression [2022/12/16 18:25] (current) justin
Line 12: Line 12:
 |>=|Left operand is **greater than or equal to** the right operand.| |>=|Left operand is **greater than or equal to** the right operand.|
 |contains|Left operand **contains one or more of** the right operand.| |contains|Left operand **contains one or more of** the right operand.|
 +|!contains|Left operand **does not contain one or more of** the right operand.|
 |contains[x]|Left operand **contains at least x of** the right operand, where x is a number.| |contains[x]|Left operand **contains at least x of** the right operand, where x is a number.|
 +|!contains[x]|Left operand **does not contain at least x of** the right operand, where x is a number.|
  
 ====Examples:==== ====Examples:====
conditional_expression.txt · Last modified: 2022/12/16 18:25 by justin