首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

PHP正则表达式解决方案

2013-03-17 
PHP正则表达式if (preg_match(/^[\x00-\x22\x24\x27-\xff]*$/, $tmp))为什么提示Warning: preg_match()

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被管理员删除

热点排行