Regex to strip everything except <h3>, <h4> and <h5> tags and the text within these tags
Platform: javascriptInput: <div><p>Some text</p><h3><a href ="#">link text here</a></h3></div>Output: <h3>link text here</h3>
Duplicating the question won't get it answered differently.
Hello,
It's perfectly alright to not help, but it's kinda rude to post such comments as it's clearly not a duplicate question.
Anyways,
I don't expect a solution.
Peace.
Maybe you didn't realize you posted a duplicate question, but this question is clearly a duplicate of:
http://regexadvice.com/forums/thread/37131.aspx