Thread Frage zu Regexnutzung (11 answers)
Opened by bianca at 2014-04-13 11:26

FIFO
 2014-04-13 19:02
#174733 #174733
User since
2005-06-01
469 Artikel
BenutzerIn

user image
perldoc perlre:

/x tells the regular expression parser to ignore most whitespace that is neither backslashed nor within a character class.

d.h. Whitespace in den [] wird nicht ignoriert.
Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it? -- Brian Kernighan: "The Elements of Programming Style"

View full thread Frage zu Regexnutzung