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 nI 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