Thread extract string
(17 answers)
Opened by Graf Herschel at 2012-09-25 14:12
hi,
ich versteh Dich zwar nicht so recht, aber hier wäre eine Möglichkeit... Code (perl): (dl
)
1 2 3 4 5 6 7 8 9 10 11 12 my @strings = ( 'http://foo.example.org/', 'mms://bar.example.org/', 'https://foobar.example.org/', 'http:///tmp/foobar.txt', ); for my $str ( @strings ) { if ( substr($str,0,8) eq 'http:///' ) { print "Treffer 'http' bei $str\n"; } } meine Beiträge: I.d.R. alle Angaben ohne Gewähr und auf Linux abgestimmt!
Die Sprache heisst Perl, nicht PERL. - Bitte Crossposts als solche kenntlich machen! |