Regular Expressions are incredibly helpful for day-to-day tasks! In this short video I demonstrate how easy it is to use a Regular Expression (RegEx) in AutoHotkey to extract email addresses from text. The first half of the video shows how I use it to parse the haystack listed in the script. The second half of the video I make a minor tweak and adapt it to work with any program that you can copy text to the clipboard.
Below is the code to extract emails with a Regular Expression that I demonstrate in the video