Manipulate Variable

This task allows you to modify and save the value of a variable.  The new value of the variable is calculated using the following formula:

1) The existing variable value is scanned for the Find String. The scanning is done using regular expression classes.
2) If the Find string is found in the variable value, then it is replaced with the Replace String.

Variable name
Select the variable you need to monitor from the list.  For some variables like DATE, you need to manually enter the format.

Find String
Enter the subsequence that you expect the Variable value to have.  This field supports regular expressions.

Replace String
Choose the subsequence that will be used to replace the Find subsequence.

New Variable Name
Enter the name of the new variable to create.  This is a required field.