Comment 1 for bug 1201076

Revision history for this message
Eduard Gotwig (gotwig) wrote :

I changed your regex to ("^(?:http://)?([^/]+)(?://?.*/?)/(.*)$");

so it recognizes :// instead of :/ .

How can we add www. to the regex?