/ Published in: JavaScript

Removes the html tags in the string in javascript.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var att = str.replace(/(<([^>]+)>)/ig,"");
Comments
