Comment Re:Sometimes the correct answer is the simplest (Score 1) 963
And that is exactly why you comment your code:
* For others to see the point of what you're doing
* For you to correctly change what it does
* For you to get it working right in the first place.
Don't know how to correctly change it? RTFM. There are so many good regex tutorials and books out there, I don't know where to begin.
Your inability to understand or program regex does not make those of us that can childish.