Home >Backend Development >PHP Tutorial >PHP正则表达式解决方案

PHP正则表达式解决方案

WBOY
WBOYOriginal
2016-06-13 11:17:29849browse

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被管理员删除
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn