Update page 'URL Class'

2019-09-17 13:02:35 -05:00
parent 6a3f1414a9
commit bf719c9d0c

@@ -3,7 +3,7 @@
Set of class functions I use from time to time.
1. [isValidURL](https://gitea.hayscloud.com/rhays/URL_Class/wiki/#isValidURL) - Returns TRUE/FALSE if the string is a Valid URL
2. [stripWWW](https://gitea.hayscloud.com/rhays/URL_Class/wiki/URL-Class/#stripwww) - Strips the WWW off the incoming URL
2. [stripWWW](# stripwww) - Strips the WWW off the incoming URL
3. getDomainName - Strips the WWW off the incoming URL
4. Status_Code - Returns the Status Code of a URL ie(200 or 404)
5. FavIcon - Get an image object of the FavIcon, Returns (T/F) if present
@@ -19,6 +19,7 @@ Set of class functions I use from time to time.
-----
{anchor: stripWWW}
## stripWWW
-----