User Tools

Site Tools


condition:File_Attribute

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
condition:File_Attribute [2023/09/18 04:17]
peternlewis
condition:File_Attribute [2023/09/18 04:22]
peternlewis [Conditions]
Line 8: Line 8:
  
 ===== Conditions ===== ===== Conditions =====
 +
 +* is empty.
 +* is not empty.
 +* is (case insensitively) a specified string.
 +* is not (case insensitively) a specified string.
 +* contains (case insensitively) a specified string.
 +* does not contain (case insensitively) a specified string.
 +* starts with (case insensitively) a specified string.
 +* ends with (case insensitively) a specified string.
 +* is alphabetically before a specified string.
 +* is alphabetically after a specified string.
 +* matches a specified [[:Regular Expressions|regular expression]].
 +* does not match a specified [[:Regular Expressions|regular expression]].
 +* is numerically less than a specified calculation.
 +* is numerically less than or equal to a specified calculation.
 +* is numerically equal to a specified calculation.
 +* is numerically greater than or equal to a specified calculation.
 +* is numerically greater than a specified calculation.
 +* is numerically not equal to a specified calculation.
 +
  
 ===== See Also ===== ===== See Also =====
condition/File_Attribute.txt ยท Last modified: 2023/09/18 04:22 by peternlewis