From 7df6a425e4441ed33260703bcf6fde562cabdd9e Mon Sep 17 00:00:00 2001 From: Rick Hays Date: Tue, 17 Sep 2019 13:07:07 -0500 Subject: [PATCH] Update page 'URL Class' --- URL-Class.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/URL-Class.md b/URL-Class.md index 889bc34..be27e87 100644 --- a/URL-Class.md +++ b/URL-Class.md @@ -1,9 +1,10 @@ +A [linked phrase][id]. # URL Class ​ 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](# 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 @@ -21,7 +22,7 @@ Set of class functions I use from time to time. {anchor: stripWWW} ## stripWWW - +[stripWWW] ----- ## getDomainName