Hello,
I am struggling to complete this RegEx Replace expression in a Formula tool. I need the inverse to be returned compared to what is happening right now.
Currently, my string is something like "href=\"mailto:Bob.Smith@abc.com\"><span"
I'm using a RegEx Replace formula that says:
REGEX_replace([Body], "\w+.\w+@abc.com", "")
and only "href=\"mailto:\"><span" is the result of the formula.
I want the exact inverse of that result - Bob.Smith@abc.com to be the only result.
Can someone please provide guidance on how I invert this formula to produce my desired results?
Thanks!
Solved! Go to Solution.
@taxguy33
Considered some more general cases.
User | Count |
---|---|
109 | |
89 | |
77 | |
54 | |
40 |