I have a URL, for example: http://www.di.fm/calendar/event/40351
I want to parse this URL with a regular expression, and retrieve the part after domain. In this case :calendar/event/40351
There can also be additional information after a hash: (e.g., calendar/event/40351#event-info
)