Quote:
Originally Posted by eschwartz
Code:
,</(i|b|others)></p>\s+<p><\1>
|
Thanks, and i will read this chapter
Quote:
Originally Posted by eschwartz
Actually, you might want to think of matching tags with attributes as well.
Code:
,</(i|b|others)></p>\s+<p( .+)?><\1>
|
To be honest, i'm doing that, but was too lazy to write this down in my example