@@ -305,7 +305,7 @@ |
||
305 | 305 | */ |
306 | 306 | public static function emailNonRfc($check) |
307 | 307 | { |
308 | - $regex = '/^[\.a-z0-9!#$%&\'*+\/=?^_`{|}~-]+@' . self::$_pattern['hostname'] . '$/ui'; |
|
308 | + $regex = '/^[\.a-z0-9!#$%&\'*+\/=?^_`{|}~-]+@'.self::$_pattern['hostname'].'$/ui'; |
|
309 | 309 | return self::_check($check, $regex); |
310 | 310 | } |
311 | 311 | } |