Strip HTML-tags in JavaScript - CSS-trucs

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