| Search Pattern | Description |
|---|---|
| StartsWidth | The string to find starts with the specified string. |
| EndsWidth | The string to find ends with the specified string. |
| Contains | The string to find contains the specified string. |
| Exact | The string to find is the exact specified string. |