<?php $str = "1 blah blah blah @username_. sblah sblah sblah"; preg_match("/.*?\@(.*?\.)/", $str, $match); var_dump($match);
You have javascript disabled. You will not be able to edit any code.