Changeset 9614


Ignore:
Timestamp:
10/19/10 03:28:46 (3 years ago)
Author:
SvenDowideit
Message:

Item9826: in documentation for =~ link to RegularExpressions so the user has some idea what it is (and its limitations)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x01/core/data/System/QuerySearch.txt

    r8760 r9614  
    108108| <code>!=</code> | Inverse of <code>=</code>. | 
    109109| =~= | 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. | 
    111111| <code>&lt;</code> | LHS is less than RHS. If both sides are numbers, the order is numeric. Otherwise it is lexical (applies to all comparison operators) | 
    112112| <code>&gt;</code> | greater than | 
Note: See TracChangeset for help on using the changeset viewer.