标签: php regex preg-match
正则表达式定义为
$regex_rule = '/^[[:alnum:]!#$%&\'*+-\/=?^_`{|}~@]{3,255}$/';
基本上它运作良好,但像逗号符号也可以使用PHP的 preg_match()进行验证。