# But wait, "p - 8": "p" is alphanum. " " is space. "-" is hyphen. " " is space. "8" is alphanum. # Regex: (?<=[a-zA-Z0-9 ...
This script will attempt to convert a script written in AHK v1 to the correct syntax so that it works in AHK v2. It is useful to ...