Hello all,
I am using RegExr webpage to do a test and I am using this: “system.Text.RegularExpressions.Regex.Match(pdf, “^(<?\d\s+)(<?[\d,,]+\s+)[\d,.,,]+”).Value.ToString” in Multiline and it finds what I want. The problem is that in studio I assign a variable to this and it is not finding it.
How can I put multiline in the assign activity?
Thanks!