I'm currently trying to remove a guid id from a url, example provided below. It isn't removing the guid id, what am I doing wrong?
example url: "/something/9a2cd43-58c6-52e5-a0c1-700b462d613a"
window.location.pathname.replace(/\b[a-f\d]{32}\b/, '');