Web lists-archives.org

[PHP] Regex in PHP




Hello All,

For example I have these email addressess -

xxxx@xxxxxxxxx
xxxx@xxxxxxxxxxx
xxxx@xxxxxxxxx

What would be my PHP function[Regular expression[ to that can give me some
thing like

yahoo.com
hotmail.com
gmail.com

Thanks