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.
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.
For more information, see: