Find One String Within Another
This action will find one string within the given text. It stores the position of the first occurrence in the specified variable or 0 if there is no occurrence.
Useful for command-line switches for instance.
Properties
Section titled “Properties”| Property | Data Type | Description |
|---|---|---|
| CaseSensitive | Boolean | If true, it will be a case sensitive search. |
| ResultVar | VarName | This is the variable that will contain the result. See below for results. |
| StartPosition | Integer | The start position to begin the search. The first valid character index is 1. |
| StringToFind | String | The string to find. Variables are accepted. |
| Text | String | The string to look in. Variables are accepted. |
For a sample, see Action Templates.
Action Catalog Browse all available custom actions.