Thread routine zu langsam...: matches über string (8 answers)
Opened by steinwolf at 2006-05-16 13:44

steinwolf
 2006-05-16 13:58
#66148 #66148
User since
2003-08-04
367 Artikel
BenutzerIn
[default_avatar]
hmm.. aber wie gewendolyne schon sagte: regexes sind immer langsamer oder?

Code: (dl )
1
2
3
4
my $str = "dies ist ein test";
if(index($str, "ist") != -1) {
print "gefunden";
}


so meintest du doch oder?\n\n

<!--EDIT|steinwolf|1147773548-->
"Did you know? You can use your old motor oil to fertilize your lawn." - Blinkster - Professionelles EDV Forum

View full thread routine zu langsam...: matches über string