I have this string
AnyText: "TomDickHarry" <[email protected]>
Desired Output Using Regex
AnyText: <[email protected]>
Help to replace anything in between AnyText:
and <[email protected]>
with an empty string using Regex.
I am still a rookie at regular expressions. Could anyone out there help me with the matching & replacing expression for the above scenario?