Revision: 56005
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 5, 2012 13:53 by satinfo30
Initial Code
var StrippedString = OriginalString.replace(/(<([^>]+)>)/ig,"");
Initial URL
Initial Description
this code is used to remove the html code in the given string
Initial Title
strip html tags using javascript
Initial Tags
javascript, html
Initial Language
JavaScript