Segments filter by regex with Page url

Hello everyone, I am currently encountering a problem on Matomo; it is impossible for me to make my segments work. I used a regex filter but am I using it correctly? I am attaching a screen to you and in real time I do not recover any data.

my regex is : ((?:[13-68][0-9]|0[1-9]|2[AB1-9]|7[0-46-9]|9[0-5]|paris)/(?:paris-[0-2][

i updated it for working on matomo but the original regex was :
(\/(?:[13-68][0-9]|0[1-9]|2[AB1-9]|7[0-46-9]|9[0-5]|paris)\/(?:paris-[0-2][0-9]|[a-z-]{2,30})\/[a-z-0-9]{2,60})$

Thanks all for your help