Thread regex: quote + -- \+ funktioniert nicht
(13 answers)
Opened by Gast at 2009-01-28 00:49 Gast+2009-01-28 16:31:32-- Code (perl): (dl
)
1 2 3 $_ = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"; if (m/a+a+a+a+a+a+a+a+a+a+a+a+a+a+a+a+a+a+a+a+\d/) { } führ das mal aus. 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: ![]() ![]() |