>There must be a way of
>defining a character class using the ascii values instead of the actual
>character.  I just don't know how to do it.

If you refer to the ASCII value in it's hexadecimal equivalent (i.e.: 'A-Z 
' is equivalent to [\x41-\x5A]) that should do the trick.
HTH
Carl


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to