I am having a little bit of regex trouble.
I am trying to get the path in this url videoplay.
videoplay
http://video.google.co.uk:80/videoplay?docid=-
Its not a regex solution, but most languages have a URL library that will parse any URL into its constituent parts. This may be a better solution for what you are doing.