Thread Regulärer Ausdruck???
(22 answers)
Opened by skontox at 2003-08-20 15:18
Meine E-Mail Validierung sieht so aus:
Code (perl): (dl
)
$str =~ /^[^@]+@[^.]+\.[^.]/ --Programming today is a race between Software Enginers striving to build bigger and better idiot-proof Programs,
and the Universe trying to produce bigger and better idiots. So far, the Universe is winning! |