In addition to the relation operators in section 9.3, text can also be used with the following operators. Note that all text comparisons are not case sensitive, so “WORD” and “Word” will be seen as identical.
startsWith |
The result will be true if one text item starts with the other. For example, a rule to find elements with an ID starting with “Pipe”: |
|
endsWith |
The result will be true if one text item ends with the other. For example, a rule to find zones with a category name ending with “Area”: |
|
contains |
The result will be true if one text item contains the other. For example, a rule to find zones names containing the word “Office”: |
Comments
0 comments
Please sign in to leave a comment.