asked on March 16, 2015
I need to compare two fields and remove out the value of the one field from another.
Example
A: Hello World
B: Hello World How are You
result: How are you
Basically i need to insert a token into the regex expression, but I can't for the life of me figure out how to do it.
0
0