• Intro to AutoHotkey Intermediate AutoHotkey Intermediate Objects GUIs are Easy w/AutoHotkey Painlessly switch from V1 to V2

Clean Phone numbers with RegEx in AutoHotkey

In this video I show how to use a function calling a  RegEx (a Regular Expression ) to clean phone numbers.

Clean Phone numbers with RegEx

0

RegEx 112 – Using RegExReplace in AutoHotkey to manipulate date structure

RegExReplace in AutoHotkeyAutoHotkey Bottle 1In this tutorial I use RegExReplace in AutoHotkey to move the days to the beginning of the date format and months to the middle.  While it is pretty straight-forward, I managed to forget to add something to my script which forced me to trouble-shoot.  I talked through a bit of the process of how I typically will work on a Regular Expression.

I think most people working in Regular Expressions don’t get it right the first time. They often need to make little tweaks to get it right.  😉  Keep at it!

Video demonstrating using RegExReplace in AutoHotkey to manipulate dates

Black Bottle 2