Thanks...

Chris

-----Original Message-----
From: Carl Rogers [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 30, 2001 5:12 PM
To: Chris Rogers; '[EMAIL PROTECTED]'
Subject: RE: Confusion with Regular Expressions



>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]

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

Reply via email to