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

115
Views
How to parse content within HTML tags in MongoDB?

This is how I am storing data in mongoDB:

{
   "question": {
       "en": "<p>Durand Cup is associated with the game of ?</p>\n",
       "hn": ""
    }
}

Now I need to sort these questions alphabetically by question.en. When I use regular sort() method from mongoose, sorting is not done properly because HTML tags are present in the string.

I need a way to parse the content between HTML tags, so that I can sort it alphabetically.

For example: After parsing above question.en I should get

question: {
   "en": "Durand Cup is associated with the game of ?",
   "hn": ""
}

Now I will want to sort question.en alphabetically. That is, I don't want HTML tags to affect sorting.

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!