Hi Folks,
I am trying to use a regular expression to get everything after the """ in an account name for the author of an item. Examples of an account name for my site are "i:0#.w|mydomain-corpdoej" for a corporate user and "i:0#.w|mydomain-corpdoej" for an external user. I can successfully do this with several extra actions and the fn-Remove() inline function but since the removed lengths for an internal and an external user are different, I thought regex might be a bit more elegant and not require me to use a Set a condition action. I tried the following pattern but it includes the backslash and I am a noob at regex.
\(.*)

Can anyone correct my pattern?
Thanks and Regards,
Patrick