Changeset 9614
- Timestamp:
- 10/19/10 03:28:46 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x01/core/data/System/QuerySearch.txt
r8760 r9614 108 108 | <code>!=</code> | Inverse of <code>=</code>. | 109 109 | =~= | wildcard match ('*' will match any number of characters, '?' will match any single character e.g. "PersonForm.Surname ~ '*Smit?'") Note: Surname ~ 'Smith' is the same as Surname = 'Smith' | 110 | <code>=~</code> | regular expression match |110 | <code>=~</code> | regular expression match, see RegularExpressions for details. | 111 111 | <code><</code> | LHS is less than RHS. If both sides are numbers, the order is numeric. Otherwise it is lexical (applies to all comparison operators) | 112 112 | <code>></code> | greater than |
Note: See TracChangeset
for help on using the changeset viewer.
