Return to Snippet

Revision: 48963
at July 13, 2011 16:19 by punuhan


Initial Code
var att = str.replace(/(<([^>]+)>)/ig,"");

Initial URL


Initial Description
Removes the html tags in the string in javascript.

Initial Title
Removing the html tags in string in javascript

Initial Tags
javascript

Initial Language
JavaScript