RegEx and binary data?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
iseahound
Posts: 1444
Joined: 13 Aug 2016, 21:04
Contact:

RegEx and binary data?

Post by iseahound » 17 Oct 2021, 17:44

Is it possible to use regex to search binary data? I feel like the answer is no, unless StrGet is used. If so, what is "CP0"? I want the code page where nothing is changed, e.g. 0x61 = a, which is equal to \x61 (or \x{61}, \u0061) in regex.
TAC109
Posts: 1111
Joined: 02 Oct 2013, 19:41
Location: New Zealand

Re: RegEx and binary data?

Post by TAC109 » 17 Oct 2021, 18:09

There is some discussion on your topic in this thread which may help.
My scripts:-
XRef - Produces Cross Reference lists for scripts
ReClip - A Text Reformatting and Clip Management utility
ScriptGuard - Protects Compiled Scripts from Decompilation
I also maintain Ahk2Exe
Post Reply

Return to “Ask for Help (v1)”