Question
Bits in Glass
CA
Last activity: 3 May 2018 13:36 EDT
How to delete < meta > tag from the HTML snippet
could you help me in deleting the <meta> tag from the following structure:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
</body>
</body>
</html>
I am currently trying to use the regex in a activity step : <meta name="keywords"[^>]+>
could you suggest any alternative (better) approach.
thanks in advance