Re: asm grep



On Thu, 27 Dec 2007 18:36:03 GMT
Robert Redelmeier <redelm@xxxxxxxxxxxxxxx> wrote:

So do it the long way and mask the case bit
if that is acceptable for non-alpha too:

Which it is not, even in ASCII text files, unless you don't mind such
bugs as CR and LF matching punctuation characters. A better solution
for the ASCII character set would be to use a translate table.

-- Chuck

.