Hi,
danke ihr 3
function checkString($string) {
$pattern = "/[1]+([._a-zA-Z0-9])*$/";
if(!preg_match($pattern, $string)) $string="";
return $string;
}
brachte das gewünschte Ergebnis:
ciao
romy
--
DIE ROMY AUS L. AN DER P. SAGT DANKE UND AUF WIEDERSEHEN
->Alles ist gut wenn es aus Schokolade ist
DIE ROMY AUS L. AN DER P. SAGT DANKE UND AUF WIEDERSEHEN
->Alles ist gut wenn es aus Schokolade ist
_a-zA-Z0-9 ↩︎