Painting Blue Code
Simple, self-explanatory code snippets.
2020-07-25
JavaScript - String HTML markup removal
str = "Miguel de Cervantes Saavedra <br/> more text here";
result =
str.replace
(
/<\/?[^>]+(>|$)/g
, "");
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment