Return to Snippet

Revision: 56005
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