- Posted by
- Thanks guys. Both version worked perfectly. There is no bug at all, since I do not need to add a blank for a byte which is immediately followed by a newline.Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- mingwu
Oct 19, 2008
- 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...Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- mingwu
Oct 09, 2008