/ Published in: JavaScript
this code is used to remove the html code in the given string
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var StrippedString = OriginalString.replace(/(<([^>]+)>)/ig,"");