let test = 'a href="http://www.google.com">www.google.com</a;'
in vimscript, how can i get http://www.google.com
out of this using a regexp, and store it in another variable?
i can't seem to find any documentation about this.
thanks in advance!