give us a snippet of your code. you made a mistake somewhere.
and give us examples of what the variables contain.

-----Original Message-----
From: RTO RTO [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 11, 2002 11:09 AM
To: Nikola Janceski; [EMAIL PROTECTED]
Subject: RE: Simple RegEx Question


I am afraid, your suggestion is even breaking for
already working ones! i.e., it says HEXADECIMAL NUMBER
for an invalid string like "f4dx" and also says
HEXADECIMAL NUMBER for invalid empty strings.

The one I had posited,without the leading "^" and "$"
matched for all the cases correctly, except for empty
strings. Hence the question.

Thanks,
Rex

--- Nikola Janceski <[EMAIL PROTECTED]>
wrote:
> see below
> 
> /^[^0-9a-fA-F]+$/   #if this evals to true string is
> NOT
> 
> ## start of string ^ and end of string $
> 

----------------------------------------------------------------------------
--------------------
The views and opinions expressed in this email message are the sender's
own, and do not necessarily represent the views and opinions of Summit
Systems Inc.


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

Reply via email to