Operators Reference
When creating a pattern to be matched, several operators can be used.
Operator | Description |
---|---|
Equals | The cells exactly corresponding to the text you entered are matched. |
Contains | The cells containing the text you entered are matched. |
Starts with | The cells which contents starts with the text you entered are matched. |
Ends with | The cells which contents ends with the text you entered are matched. |
RegEx | The cells corresponding the regular expression you defined are
matched. For a regular expression cheat sheet, see Regular Expressions Cheat Sheet. |