Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

117
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda