kann mir jemand mit regular expressions helfen??
ich muss das hier finden:
und versuche das bisher mit:
MfG
ranzi
ich muss das hier finden:
PHP-Code:
<a href="<?php $links = new links ("3", "study"); ?>" <?php $links->getStudyInfo();?> >
PHP-Code:
$text = preg_replace('@<[a][.]+[\?]>>@si', '', $text);
ranzi
Kommentar