Thread regex: quote + -- \+ funktioniert nicht (13 answers)
Opened by Gast at 2009-01-28 00:49

Linuxer
 2009-01-28 14:23
#118413 #118413
User since
2006-01-27
3890 Artikel
HausmeisterIn

user image
Funktionert doch:
Code: (dl )
1
2
$ perl -wle ' if ( "+w" =~ m/\+ ([a-z])/xms ) { print "yo"; } else { print "no"; }'
yo
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!

View full thread regex: quote + -- \+ funktioniert nicht