This function will convert the given input string to an URL encoded string and return that string. All input characters that are not a-z, A-Z or 0-9 will be converted to their "URL escaped" version.
Usage: URLencoded = curl::escape(URLnonencoded)
URLencoded = curl::escape(URLnonencoded)