Thread substr_count in perl (29 answers)
Opened by norman at 2004-07-14 14:52

pq
 2004-07-14 15:05
#84291 #84291
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
[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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread substr_count in perl