Hello people
Can anyone tell me how to use regex for this
Your message wasn’t delivered to CherruChethan22@gmail.com because the address couldn’t be found, or is unable to receive mail.
LEARN MORE https://support.google.com/mail/?p=NoSuchUser
The response was:
I need to extract that bold one how to extract using regex
that mail id Bro
In matches activitiy there is default pattern regex defined for email
You can use that
it will come in sentence like mail bounce message i extract that one after that i want to place in excel
i need to extract in regex only
Hello @copy_writes,
you can use this Expression([a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,6})
Cheers
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.