Answers for "function remove html tags javascript"

3

remove the html tags in javascript

let strippedString = originalString.replace(/(<([^>]+)>)/gi, "");
Posted by: Guest on October-08-2020

Code answers related to "function remove html tags javascript"

Code answers related to "Javascript"

Browse Popular Code Answers by Language