Hi,
I am trying to extract timespan, such as hours, after certain dates. These dates are results from another Matches Activity so they are stored in a variable, namely, DateVariable.
I’ve come up with the following Pattern but it doesn’t work. Can anyone help me figure out why and how to fix it?
Patterns:
(?<=(("+DateVariable+").*))(\d{1,2}H)
Thanks in Advance.