Can you help?
I want to use RegEx to get all green data between The ABC(s) the XYZ is impacting\{color\} and |*Note as shown below....
When i use regex101 with the expression below it seems to work but i cannot get Regex in Alteryx to do the same. I have attached the workflow and excel....if you could help me correct the Alteryx workflow attached to get the green data that would be great 😀
(?ms)(?<=The ABC\(s\) the XYZ is impacting\{color\})(.*)(?=\|\*Note)
