Regular result not matched? ? ?
。
2018-04-10 07:35:16
0
1
1386

$zz = '/this\b/';


$string1 = "this is an apple";

$string2 = "thisis a apple";

$string3 = "thisartrapple";


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

echo 'Matched, the result is:';

var_dump($matches);

} else {

echo 'No match found';

}


?>


。

php

reply all(1)
不用扶的阿斗

Add a space after this, or change thisartrapple to artrapplethis

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template