Find String
Searches for a sequence of characters in a string variable and branches accordingly. |
If found, the position of the first character of the located sequence (offset) is stored for use in other string manipulation action cells (Extract String, Insert String and Insert Character).
For example, searching for the three-character sequence 'xyz' in a string 1234xyzAGSW, returns an offset value of 5.
Set the variable/value to search for
Enter the sequence of characters to search for (a literal value preceded by =, or a string variable).
Set the variable in which to search
The string variable to search.
Set the variable in which to store offset
The integer variable in which to store the offset.
Exit points |
Taken |
Found |
If the character sequence was found. |
Not Found |
If the character sequence was not found. |