예제 #1
0
파일: Validate.php 프로젝트: nicevoice/yhtx
 public static function isGenericName($name)
 {
     return preg_match(Util_Tools::cleanNonUnicodeSupport('/^[^<>;=+@#"°{}$%:]+$/u'), stripslashes($name));
 }