Wie kann ich http://
zu einer URL , wenn es nicht bereits ein Protokoll enthalten (zB http://
, https://
oder ftp://
)?
Beispiel:
addhttp("google.com"); // http://google.com
addhttp("www.google.com"); // http://www.google.com
addhttp("google.com"); // http://google.com
addhttp("ftp://google.com"); // ftp://google.com
addhttp("https://google.com"); // https://google.com
addhttp("http://google.com"); // http://google.com
addhttp("rubbish"); // http://rubbish
mozilla.org
alleine wären, wie würden Sie wissen, ob es sein solltehttp
,https
oderftp
?