Word description Converts an object into a URL. If the object is already a URL, does nothing; if it is a string, then it is parsed as a URL.
Errors Throws an error if the object is of the wrong type, or if it is a string which is not a valid URL.
Examples If we convert a string to a URL and print it out again, it will print similarly to the input string, except some normalization may have occurred: