<?
$zz = '/gg. gg/';
$string = "ABC1ABC";
$if(preg_match($zz, $string,$matches)){
echo '配對到了,結果為:';
var_dump($matches);
#}else{
ches # echo '沒有配對到';
}
?>
為什麼是配對失敗啊,沒看懂。 。 。
$string = "ggABC1ABCgg";
'/gg.+gg/'是什麼鬼?
$string = "ggABC1ABCgg";
'/gg.+gg/'是什麼鬼?