I have a string of HTML like:
"<p>Hello world!<br/>I am here</p>"
I want to get the output result after replaced:
"<p>Hello world! I am here</p>"
How I can do it with sanitize-html package?
Hello world!
I am here
Hello world! I am here
" How " /> Hello world!Hello world! I am here
" How " /> Hello world!Hello world! I am here
" How "/>I have a string of HTML like:
"<p>Hello world!<br/>I am here</p>"
I want to get the output result after replaced:
"<p>Hello world! I am here</p>"
How I can do it with sanitize-html package?
Copyright © 2021 Jogjafile Inc.
Source: replaceAll