正则结果没有匹配到???
。
2018-04-10 07:35:16
0
1
1380

$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 '没有匹配到';

}


?>


。

php

全部回复(1)
不用扶的阿斗

this后面加个空格,或者thisartrapple改为artrapplethis

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板