Page 1 of 1
HEX change and replace
Posted: 24 Jan 2010 13:26
by prino
Can you look into making the option more user-friendly by allowing the specification of mixed strings, i.e. something like 'hh hh hh hh'x+'ASCII' (where the '+' is a user specifiable character) would be even more useful.
Re: HEX change and replace
Posted: 24 Jan 2010 23:25
by Maël
There will be support for regex in future version, see other feature requests in this forum.
Re: HEX change and replace
Posted: 25 Jan 2010 18:59
by prino
Maël wrote:There will be support for regex in future version, see other feature requests in this forum.
It's not regex I'm after, its really hex+ASCII, which is used to work on Pascal strings and certain EBCDIC in files I work with, and where I need to change both the length and content of the string, including it's length field.
Re: HEX change and replace
Posted: 25 Jan 2010 19:05
by Maël
But that's what you are going to get :-p
To search for a text that you would express in Pascal like this,
Code: Select all
'Some Text '#$76#$89' and some more'
you could write the following regex: