JSFiddle - React, Tailwind, and code Playground
by voigtan
HTML
<a href="/Lists/ListeActualitesCarrousel/4_.000/DispForm.aspx?ID=4" class="">Lire l1'article</a>
JavaScript
$("a").each(function() {
var pattern = /\d+_\.\d+\//im,
href = this.href;
if(pattern.test(href)) {
this.href = href.replace(pattern ,"");
}
});