The following Regular Expression (url) pattern doesn't match the named group :
^/(.+?)/(.+)?(_p(?<Page>\d+))?
I don't know why this doesn't work in optional block:
?()?
What's the problem with this pattern and how can i get the correct result?