Thread
:
Regex to strip HTML comments
View Single Post
11-24-2009, 06:19 AM
redwhiteandblue
Bollocks
Industry Role:
Join Date: Jun 2007
Location: Bollocks
Posts: 2,792
Regex to strip HTML comments
Trying to strip HTML comments from a web page, someone else must have done this.
I'm using
Code:
$page = preg_replace('/<!--(.|\s)*?-->/', '', $page
which works most of the time but sometimes causes an error. Is there a more reliable one?
__________________
Interserver unmanaged AMD Ryzen servers from $73.00
redwhiteandblue
View Public Profile
Find More Posts by redwhiteandblue