enter code here
I have following URLs (part of). Among them I need to get the details
after final "/"
/magasins/vos-magasins/le-bhv-marais
/magasins/vos-magasins/le-bhv-marais-homme
/magasins/vos-magasins/bhv-marais-parly2
/magasins/le-bhv-marais-la-niche
/magasins/vos-magasins/mobicity-au-bhv-marais
/magasins/vos-magasins/gucci-au-bhv-marais
I know how to match all the part as follows
/magasins/[a-z-]+/?[a-z0-9-]+
But I need to get last part after the final "/".