I have a string as "<p>Hello this is example</p>"
. And I want to remove the tag from that string and only want “Hello this is example” as remainder. How can I do that using javascript?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I have a string as "<p>Hello this is example</p>"
. And I want to remove the tag from that string and only want “Hello this is example” as remainder. How can I do that using javascript?