
Activez les alertes d’offres d’emploi par e-mail !
Générez un CV personnalisé en quelques minutes
Décrochez un entretien et gagnez plus. En savoir plus
IQVIA is a global leader in healthcare intelligence, committed to defining and delivering the future of healthcare. Our brand stands for innovation, integrity, and impact—connecting data, technology, and expertise to improve outcomes for patients and partners worldwide. We foster a culture of collaboration, diversity, and continuous learning, empowering our teams to make a difference every day.
As a Regulatory Publishing & Submission Team Lead']))
text = text.replace(" ", "");
const regex = /?[^>]+>/g;
const entityRegex = /&[a-zA-Z]+;/g;
// Remove all tags and keep the content
const textWithoutTags = text.replace(regex, ">???"
);
// Ensure no consecutive
return text;
}