Index Of Text Step
Brief description
This step is used to find out an index of specified characters in text (examples of use)
Step Information
Step name (Not required) – the custom name of the process step that labels the editor’s process step box
Input parameters
- Source text variable (Required)- existing variable name of string data type that contains the input text value
- Text to contain(Required)– existing or new variable name of string data type which contains specified value whose index is looked for
Output parameters
Index (Required)– existing or new variable name of integer data type which returns the index of specified value
Additional comment
If the specified character repeats, it is mandatory to use this step in the loop to find out the indexes of each character.