Regex not finding hits
Posted: Sat Oct 01, 2005 10:03 pm
I'm trying to test a few regexes, so I started out simply by trying to find some hex strings in an open file, in hex view. I'm new at TextPad, so perhaps I'm proceeding incorrectly. My file has the following hex string:
00 00 00 00 00 EA 65 12 45 00
The regex \x12\x45\x00 finds 0x124500
The regex \xEA\x65 finds nothing
The regex \x45 finds both 0x45 and 0x65
What am I doing wrong? Thanks.
00 00 00 00 00 EA 65 12 45 00
The regex \x12\x45\x00 finds 0x124500
The regex \xEA\x65 finds nothing
The regex \x45 finds both 0x45 and 0x65
What am I doing wrong? Thanks.