All Tags »
html tags »
html markup »
javascript regular expressions
Sorry, but there are no more tags available to filter with.
-
Hi,
I was looking for a regex which would strip all HTML and included text except what is included in <h3>,<h4> and <h5> tags.
I am planning to use this regex in javascript.
example:
Input:
<ul>
<li><h4>Sub Menu</h4>
...