Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

node js remove html tags from string

str.replace(/<[^>]*>?/gm, '');

// iury.landin
 
PREVIOUS NEXT
Tagged: #node #js #remove #html #tags #string
ADD COMMENT
Topic
Name
2+9 =