Regex Emailaddress

Posted 2 months ago by portefeuilles gevraagd

Post a topic
p
portefeuilles gevraagd

I tried many RegEx rules for finding emailaddresses on websites.


If I used this \b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b

with

a. Only text (excluding HTML tags)

or

b. All source code

both 'Ignore case' switched on.


But I get different results.


Anyone the best working RegEx for me?

0 Votes


0 Comments

Login or Sign up to post a comment