Determines whether the given text matches a regular expression.
Use this activity to perform pattern matching on text. For example, to check whether some text contains only alphanumeric characters you can use the pattern ^[a-zA-Z0-9]+$.
| Text | 
| Required Type: String The text to search for a match. | 
| Pattern | 
| Required Type: String The regular expression pattern to match. | 
| Ignore Case | 
| Optional Type: Boolean Whether the search is case insensitive. | 
| Multiline | 
| Optional Type: Boolean Whether ^ and $ should match the start and end of each line. | 
| result | 
| Type: Boolean Whether the regular expression pattern found a match. | 
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity works when the device has intermittent connectivity to the network.
See also...