芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/cepali/lib/htmlpurifier/HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php
" // that needs more percent encoding to be done if ($string == '') { return false; } $string = trim($string); $result = preg_match('/^[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i', $string); return $result ? $string : false; } } // vim: et sw=4 sts=4