A subscriber reached out to me (after trying for a few hours) for some help on creating a Regular Expression to pull-out URLs from text. Specifically not including email addresses. Since he gave it a solid try I wanted to help him out. I did a google search and found this post which had the RegEx pattern for finding a URL and not an email address. I then took the pattern and put it on Regular Expressions 101 to make sure it would work in AutoHotkey. After that I adapted it to AutoHotkey code (see below) using RegExMatch.
Find a URL and not an email address
Code to Find a URL and not an email address