I have this string
AnyText: "TomDickHarry" <usernameredacted@example.com>
Desired Output Using Regex
AnyText: <usernameredacted@example.com>
Help to replace anything in between AnyText:
and <usernameredacted@example.com>
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?