Thread substr_count in perl
(29 answers)
Opened by norman at 2004-07-14 14:52
[quote=betterworld,14.07.2004, 13:02]
Code: (dl
)
my $substr_count_2 = scalar($string =~ m/(a)/g); Die erste Form funktioniert nur, wenn "a" nur ein einziger Buchstabe ist.[/quote] die zweite gar nicht SCNR =) 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 |