Thread Textstring richtig zerlegen? (12 answers)
Opened by kami at 2012-06-12 12:07

pq
 2012-06-12 12:33
#158914 #158914
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
was haste denn schon probiert?

my ($d, $h, $m) = $string =~ m/(\d+)/g;
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Textstring richtig zerlegen?