Test data:
80040400062CECCCFF00000001D73B00
Desired result:
80 04 04 00 06 2C EC CC FF 00 00 00 01 D7 3B 00
Note that there should not be a space at the end of the line.
The following simple tactics does not make me happy:
Find What: (\w{2})
Replace With: $1
(Note that there is a space after $1).
So the real challenge is: how do you implement the logic "the byte beofre new lines".
Thanks for your help in advance.
Ming Wu
80040400062CECCCFF00000001D73B00
Desired result:
80 04 04 00 06 2C EC CC FF 00 00 00 01 D7 3B 00
Note that there should not be a space at the end of the line.
The following simple tactics does not make me happy:
Find What: (\w{2})
Replace With: $1
(Note that there is a space after $1).
So the real challenge is: how do you implement the logic "the byte beofre new lines".
Thanks for your help in advance.
Ming Wu