Answers for "strip all p tags in js"

1

js strip_tags

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

get all a tags javascript

document.anchors
Posted by: Guest on June-12-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language