in reply to Re: Matching set of paragraph tags with string inside.
in thread Matching set of paragraph tags with string inside.

I understand your concern of parsing html with regexes, but this string will never be a full set of html. It will have some html (of course with the para's) but using a parser would be overkill for this situation.

  • Comment on Re^2: Matching set of paragraph tags with string inside.