Hi,
i was trying to create a regex to find an email id on a page source but couldn't build a perfect regex for the same. Any help?
e.g. a regex to cover all these scenarios
Afds123@gmail.co.in
jbsdjb12@yahoo.com
123Abc@gmail.com
123@gmail.com
abc@yahoo.co.uk
abc_dngjb@hotmail.com
abc_123@googlemail.com
and so on..
Thanks in advance.
i was trying to create a regex to find an email id on a page source but couldn't build a perfect regex for the same. Any help?
e.g. a regex to cover all these scenarios
Afds123@gmail.co.in
jbsdjb12@yahoo.com
123Abc@gmail.com
123@gmail.com
abc@yahoo.co.uk
abc_dngjb@hotmail.com
abc_123@googlemail.com
and so on..
Thanks in advance.