clean htmltext from hex like \u0026#39;
in
Programming Questions
•
1 year ago
Hi Guys,
i am parsing text from google queries online. When a character like ' or # etc. comes up i get the hex like \u0026#39;
Since I don't want to always search each string for all hex codes I would like to ask if somebody knows any way of cleaning up the text and replacing all those hex codes with their correlating character?
Thanks!
1