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

$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

    最新下载
    更多>
    网站特效
    网站源码
    网站素材
    前端模板
    关于我们 免责声明 Sitemap
    PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!