Hallo Christoph,
$name =~ /[^\w.;,!? ]/
Ich habe das so gelöst:
my $muster = "^|\s[a-zA-Z0-9ßäöüÄÖÜ_.-]*";
if ( $name =~ /^$muster$/ ) {
# tu was du nicht lassen kannst ;-)
}
else {
# "In League with Satan" oder so ähnlich ;-))
}
Vielleicht hilft's
Torsten
--
Neu: http://www.siechfreds-welt.de/tiamat.shtml
Impressumspflicht in Deutschland: http://aktuell.de.selfhtml.org/artikel/projekt/impressum/index.htm
Neu: http://www.siechfreds-welt.de/tiamat.shtml
Impressumspflicht in Deutschland: http://aktuell.de.selfhtml.org/artikel/projekt/impressum/index.htm