regular expression to extract text from HTML

Remove javascript and CSS:

<(script|style).*?</\1>

Remove tags

<.*?>

Leave a Comment