Remove html tags from string jquery
Strip html tags with jQuery
var cleanText = "Hello <title>remove html tags from string jquery<title>".replace(/<\/?[^>]+(>|$)/g, ""); console.log(cleanText);
Remove html tags from string jquery
Reviewed by Bhaumik Patel
on
8:58 PM
Rating: