In this video, we will be looking at the Characters, Groups and Ranges in RegEx patterns.
In this video, I walk you through how command prompt commands can be executed from AutoHotkey. I'll be demonstrating lots of useful Cmd commands along the way.
In this video, we will be looking some potential real life RegEx use cases. This is part 1 of 2 videos.
https://youtu.be/ZUzx0saj8fk
In this video, we're going to learn how to use youtube-dl to download YouTube videos. youtube-dl is a command line program which you can also run through AutoHotkey scripts.
These Hotkeys let you control your YouTube video from any window.
This is part 5 of AutoHotkey Text/String Manipulation series. In this video, we will go through SplitPath and parsing XML data through MSXML2 ComObject.
In this video, we will go through HTMLfile ComObj used for parsing HTML data. We will also go through a simple example of webscraping/webcrawling.
This script allows you to customize your tooltip's font and color for better looks!
In this video, we will be looking at a RegEx Tester script that helps you instantly test out your RegEx pattern to see if you get the intended matches.
In this video we'll be looking at the FileAppend command that creates or append to an existing file, and Loop Files that loops through the files and folders within a folder.