hello !!
I want to extract a url from another url ... for example :
... /http://www.google.com/ .... but this don´t work with .../(.*)/.... because "//" matches to "/" and I extract this => http:/www.google.com and it´s wrong.
Any Idea?? thanks !!
I want to extract a url from another url ... for example :
... /http://www.google.com/ .... but this don´t work with .../(.*)/.... because "//" matches to "/" and I extract this => http:/www.google.com and it´s wrong.
Any Idea?? thanks !!
Comment