Thread regular expression frage
(3 answers)
Opened by David at 2011-03-01 13:57 Code (perl): (dl
)
$string = join ';', split('_', $string, 6); 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"
|