Browse Source

Update README.md

Maurits van der Schee 10 years ago
parent
commit
414d377e9a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

128
   - sw: start with (string starts with value)
128
   - sw: start with (string starts with value)
129
   - ew: end with (string end with value)
129
   - ew: end with (string end with value)
130
   - eq: equal (string or number matches exactly)
130
   - eq: equal (string or number matches exactly)
131
+  - ne: not equal (string or number doen not match)
131
   - lt: lower than (number is lower than value)
132
   - lt: lower than (number is lower than value)
132
   - le: lower or equal (number is lower than or equal to value)
133
   - le: lower or equal (number is lower than or equal to value)
133
   - ge: greater or equal (number is higher than or equal to value)
134
   - ge: greater or equal (number is higher than or equal to value)

Loading…
Cancel
Save