最模板 - 外贸网站建设,外贸网站模板

最模板

当前位置: 首页 > 建站教程 > php教程 >

php正则匹配gb2312和utf-8中文

时间:2014-06-09 16:40来源: 作者: 点击:
?php $action =trim( $_get [ action ]); if ( $action == sub ) { $str = $_post [ dir ]; //if(!preg_match(/^[.chr(0xa1).-.chr(0xff).a-za-z0-9_]+$/,$str))//gb2312汉字字母数字下划线正则表达式 if (!preg_match( /^[x{4e00}-x{9fa5}a-za-z0-9_]+$/
  1. <?php 
  2. $action = trim($_get['action']); 
  3. if($action == "sub"
  4. $str = $_post['dir']; 
  5. //if(!preg_match("/^[".chr(0xa1)."-".chr(0xff)."a-za-z0-9_]+$/",$str)) //gb2312汉字字母数字下划线正则表达式 
  6. if(!preg_match("/^[x{4e00}-x{9fa5}a-za-z0-9_]+$/u",$str)) //utf-8汉字字母数字下划线正则表达式 
  7.       echo "<font color=red>您输入的[".$str."]含有违法字符</font>"
  8. else 
  9.        echo "<font color=green>您输入的[".$str."]完全合法,通过!</font>"
  10. ?> 
(责任编辑:admin)
------分隔线----------------------------
栏目列表
推荐内容