Strip HTML-tags i JavaScript - CSS-tricks

Anonim
let strippedString = originalString.replace(/()+)>)/gi, "");