Clean string from "quote" and 'apostrophe'
Posted: 03 Oct 2016 03:51
Hello,
how can I clean this string from
to
Thank in advance
how can I clean this string from
html += "src='https://text1.com/text2/text3-text4/text5.txt'";
to
https://text1.com/text2/text3-text4/text5.txt
Thank in advance