When using regex (regular expression) group references, matching patterns are represented by a sequence of integer values with a dollar sign prefix. For example: $1 for the first group match, $2 for the second group match, and so forth.
To replace a portion of the incoming value
contained in the In stream field column, use one of the group
value tokens to represent the portion of the string that group matched.
As an example, suppose the string value of In stream field is: Homer Simpson
To switch the first and last name, you would set up the table fields as follows: