亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Regular expression "." Please answer. Thank you.
phpcn_u10161
phpcn_u10161 2017-07-21 10:44:21
0
2
1644

<?

$zz = '/gg.gg/';

$string = "ABC1ABC";

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

echo 'Matched, the result is:';

var_dump($matches);

}else{

echo 'No match';

}

?>

Why the match failed, I don't understand. . .

phpcn_u10161
phpcn_u10161

reply all(2)
nearest

$string = "ggABC1ABCgg";

Ty80

What the hell is '/gg.+gg/'?

  • reply This is what the course looks like
    phpcn_u10161 author 2017-07-22 22:48:22
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template