I have this string
AnyText: "jonathon" <usernameredacted@example.com>
Desired Output Using Regex
AnyText: <usernameredacted@example.com>
Omit anything in between !
I am still a rookie at regular expressions. Could anyone out there help me with the matching & replacing expression for the above scenario?
Try this: