@@ -370,7 +370,7 @@ |
||
| 370 | 370 | */ |
| 371 | 371 | public static function emailNonRfc($check): bool |
| 372 | 372 | { |
| 373 | - $regex = '/^[\.a-z0-9!#$%&\'*+\/=?^_`{|}~-]+@' . self::$_pattern['hostname'] . '$/ui'; |
|
| 373 | + $regex = '/^[\.a-z0-9!#$%&\'*+\/=?^_`{|}~-]+@'.self::$_pattern['hostname'].'$/ui'; |
|
| 374 | 374 | return self::_check($check, $regex); |
| 375 | 375 | } |
| 376 | 376 | |