当前位置: 代码迷 >> PHP >> PHP正则表达式解决方案
  详细解决方案

PHP正则表达式解决方案

热度:241   发布时间:2013-03-17 13:48:31.0
PHP正则表达式
if (preg_match("/^[\x00-\x22\x24\x27-\xff]*$/", $tmp))


为什么提示
Warning: preg_match() [function.preg-match]: No ending delimiter '/' found
????????????
正则表达式 php

------解决方案--------------------
该回复于2013-03-15 21:30:17被管理员删除
  相关解决方案