Thread reguläre Ausdrücke
(6 answers)
Opened by autopsie at 2005-01-24 22:39
perl -pi.bak -e 's/[\W_]+//g' datei
(ungetestet) Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |