Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

93
Views
Auto convert all html char to readable text

I scraped webpage but it has a lot of special characters, for example,

"a +ΔS" turns into: "a +ΔS"

"→" turns into: "→"

"<−>" turns into: "<−>"

When I display it to my website.

I tried to change it manually to html numbers like "→" to "& rarr ;", but I feel like I am wasting my time because of too many occurences.

Why does his website reads "→" without converting to "& rarr ;"?

I tried this but did not work Thanks:

replace(/[\u00A0-\u9999<>\&]/g, function(i) {
   document.write('&#'+i.charCodeAt(0)+';');
});
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!