| 
               | 
            
              String
             | 
          
| Member name | Value | Description | 
|---|---|---|
| Exact | 0 | Exact string matching. | 
| StartsWith | 1 | String starts with matching. | 
| EndsWith | 2 | String ends with matching. | 
| Contains | 3 | String contains matching. | 
| Regex | 4 | Regular expression string matching. |