Subject: | handling https |
In sub _http you should check for https as well.
Change:
(http://
|mailto:
|ftp://
|telnet://
|file://
)
To this:
(http://
|https://
|mailto:
|ftp://
|telnet://
|file://
)
Hope this helps, thanks for this code.