标签: php regex
我有字符串检查它是否包含有效字符。
这是代码
preg_match('/^[a-zA-Z0-9/-.,; ]+$/', $string)
当我删除" /"它有效
这里有什么问题?