$string = 'fsdfsdf*'; preg_match('/([a-zA-Z0-9]+)/',$string,$ary); print_r($ary);
$string = 'fsd_fsdf';