Heim  >  Fragen und Antworten  >  Hauptteil

Regulärer Ausdruck „.“ Bitte antworten Sie.

<?

$zz = '/gg.+gg/';

$string = "ABC1ABC";

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

echo 'match Hier ist das Ergebnis: ';

var_dump($matches);

}else{

echo 'Keine Übereinstimmung gefunden';

}

?>

Warum ist die Übereinstimmung fehlgeschlagen?' ich verstehe nicht. . .

phpcn_u10161phpcn_u101612672 Tage vor1487

Antworte allen(2)Ich werde antworten

  • nearest

    nearest2017-07-25 13:48:05

    $string = "ggABC1ABCgg";

    Antwort
    1
  • phpcn_u10161

    没转过弯,现在懂了 谢谢哈~

    phpcn_u10161 · 2017-07-25 14:23:59
    益伦

    回复 phpcn_u10161:什么意思呢,我还是不明白这个例子?

    益伦 · 2017-10-24 22:37:37
    nearest

    加油

    nearest · 2017-07-25 17:19:35
  • PHP中文网

    PHP中文网2017-07-22 09:11:28

    '/gg.+gg/'是什么鬼?

    Antwort
    0
  • phpcn_u10161

    课程上面就是这样的

    phpcn_u10161 · 2017-07-22 22:48:22
  • StornierenAntwort