asked on February 4, 2021
I am trying to pattern match on the following text.
By:First Last (First.Last@domain.org)
But, I want to extract the following, First.Last@domain.org.
I am using the following, (By:First Last\W(\S+))
But I am getting this result?
By:First Last (First.Last@domain.org)(First.Last@domain.org)
I appreciate any assistance.
0
0