Tests if the specified string contains a valid URL.

Examples:


isURL("http://www.w3.org") ==  true
isURL("blah-blah")         ==  false