Thread match-Anweisung mit strings als Suche: match-Operator (9 answers)
Opened by Duff at 2006-11-13 12:08

pq
 2006-11-13 15:01
#71680 #71680
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
wenn du auf der kommandozeile regex-schalter festlegen willst, kannst du das ja tun,
nur eben nicht mit '/im', denn das gehoert zur perl-syntax.
./skript.pl -r "(?im:blabla)"
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 match-Anweisung mit strings als Suche: match-Operator