in reply to Matching set of paragraph tags with string inside.
Update: OK, that doesn't fix your real problem. I'll have to think a bit more about it. In this simple case you can just use [^<>] instead of a dot everywhere between <p> and </p>.
The old truth that HTML shouldn't be parsed with regexes still holds.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Matching set of paragraph tags with string inside.
by the_0ne (Pilgrim) on Feb 08, 2008 at 21:02 UTC | |
by moritz (Cardinal) on Feb 08, 2008 at 21:20 UTC | |
|
Re^2: Matching set of paragraph tags with string inside.
by the_0ne (Pilgrim) on Feb 08, 2008 at 21:05 UTC |