0

I want to parse the string:

https://google.com, https://www.youtube.com/

into the normal text like:

https://google.com, https://www.youtube.com/

In there any npm package available out there to do this job? Please help. Thanks :)

Shivam Verma
  • 905
  • 1
  • 8
  • 20
  • Where is the string coming from? – Teemu May 27 '21 at 06:41
  • Those are "HTML entities". Try the [he](https://www.npmjs.com/package/he) package, or the [html-entities](https://www.npmjs.com/package/html-entities) package to decode them. – cbr May 27 '21 at 06:44

0 Answers0