Thread Frage zu Regexnutzung
(11 answers)
Opened by bianca at 2014-04-13 11:26
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"
|