I'm working on my first project which involves an API.
The API I'm working with gives me strings like:
"In our nation’s capital, killings have risen by 50 percent."
Is there a way I can simply convert the codes into characters? or do I need to call gsub
over and over again?