Extract list of emails from a text

Finally, this RegEX Expression works well :

[a-zA-Z0-9-.]+@[a-zA-Z0-9-.]+

Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript (regex101.com)

7 Likes