Regular Expression for html paragraph
Posted on: October 7, 2013 /
Categories: Regular expression (Regex)
The expression bellow can be used to extract paragraphs information from a html document. This expression can be changed to be applied to other HTML tags.
]*>.*?<\/p>)/i', $subject, $matches);
preg_match('/(