Hello,
i have this regex that i use with my website
^.*/([a-z0-9,-]+)/([a-z0-9,-]+)/$
My question is who i can use querystring with my regex,
/about-us/contact/?l=en -> page.aspx?id=12&l=en
where id=1 = /about-us/contact/
where l=en = /?l=en
Hope you understand, Thanks for help :)