public static class Tools.HTML
extends java.lang.Object
Constructor and Description |
---|
Tools.HTML() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
strictAddress(java.lang.String inputString)
Stricts a non-strict or non-compliant web address
to a proper URL.
|
public static java.lang.String strictAddress(java.lang.String inputString)
Note: This function checks and stricts only some parts of the URL, which are necessary to be corrected for accessing data from the OpenWeatherMap.org
inputString
- String to be converted to strict HTML address