分隔符不得为字母数字或反斜杠及preg_Match。
我有个密码:
$string1 = "My name is 'Kate' and im fine"; $pattern = "My name is '(.*)' and im fine"; preg_match($pattern , $string1, $matches);echo $matches[1];
当我运行时,它返回以下错误:
警告:preg_Match()[Function.preg-Match]:分隔符不能是字母数字或反斜杠
叮当猫咪
婷婷同学_
泛舟湖上清波郎朗
相关分类