Parse String
This command parses a string by a given pattern or position index and splits the result into two new strings.
String
The string to parse.
Pattern or Position
If you are parsing by a pattern, type the pattern to search for. If you are parsing by position, type the position index.
Variable for First Part
If you are interested in the first part of the parse result, enter the name of the variable to receive that part here.
Variable for Second Part
If you are interested in the second part of the parse result, enter the name of the variable to receive that part here.
Operation
Select the type of parsing to perform from the drop-down menu.
Trim Resulting Variables
Check this box to remove leading and trailing spaces, as well as control characters, from the resulting variables.
Ignore Case
If you are parsing by pattern, and you wish to ignore case in pattern matching, check this box.