I am working on a project in react (JavaScript, html) where we make a call to a google search api that returns a title with the content of the search result. currently when we get the results back they are in Unicode for example
this isn't what I want
what I would like is for it to be
this isn't what i want
I would do a string.replace however there are multiple different codes and I can't account for them all without it being lengthy. any suggestions on how I can change this?
Please login or Register to submit your answer