搜尋

首頁  >  問答  >  主體

正規結果沒有匹配到? ? ?

$zz = '/this\b/';


$string1 = "this is a apple";

$string2 = "thisis a apple";

$string3 = "thisartrapple";


if (preg_match($zz, $string3, $matches)) {

   echo '配對到了,結果是:';

   var_dump($matches);

} else {

#   echo '沒有符合到';

#}


?>


#
。2462 天前1390

全部回覆(1)我來回復

  • 不用扶的阿斗

    不用扶的阿斗2018-10-05 11:53:09

    this後面加個空格,或是thisartrapple改為artrapplethis

    ######

    回覆
    0
  • 取消回覆