阅读背景:

分隔符不能是字母数字或反斜杠和preg_match

来源:互联网 

I have this code :

我有这个代码:

$string1 = "My name is 'Kate' and im fine"; $pattern = "My name is '(.*)' and im fine"; preg_match($pattern , $string1, $matches);echo $matches[1];$string1 = "My n



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: