In #9, there is a regex pattern: " *\(.\{6,\}\)\n". However, after being understandablificated, it becomes "\(.\{6,\}\)@/" (the space-star at the beginning is lost). It is wrong, since it doesn't remove extraneous space at the beginning of the line, and hence doesn't right-align.
Also, it looks like 4 dashes in the explanation were accidentally merged into an über-dash. 8=]
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
Peteris:
In #9, there is a regex pattern: " *\(.\{6,\}\)\n". However, after being understandablificated, it becomes "\(.\{6,\}\)@/" (the space-star at the beginning is lost). It is wrong, since it doesn't remove extraneous space at the beginning of the line, and hence doesn't right-align.
Also, it looks like 4 dashes in the explanation were accidentally merged into an über-dash. 8=]
Reply To This Comment