<?php $email='something@gmail.com'; var_dump(preg_match('/([\w\s\'\"\+]+[\s]+)?(<)?(([\w-\.\+]+)@((?:[\w\-]+\.)+)([a-zA-Z]{2,4}))?(>)?/', $email, $aMatch)); var_dump($aMatch);
You have javascript disabled. You will not be able to edit any code.