#key - Strip HTML Tags in JavaScript | CSS-Tricks var StrippedString = OriginalString.replace(/(<([^>]+)>)/ig,"");