Hi all,
I want to remove hidden codes (script and comments) but I'm unable to do it...
are these patterns correct ?
Comments: /<!--.*?-->/ms
/<!--.*?-->/ms
Scripts /<script\b[^>]*>(.*?)<\/script>/is
/<script\b[^>]*>(.*?)<\/script>/is
thanks
Closed: outdated
Miscellaneous