From: John Maddock (john_at_[hidden])
Date: 2006-08-03 06:24:45


Winson Yung wrote:
>> sorry about the original text formating, it totally screwed up the
>> way it looked like.
>> But yeah, thanks for the clarification, I think at least this:
>>
>> match something that is not a number: "[\\d$]"
>>
>> should write as:
>>
>> match something that is not a number: "[^\\d$]"

Yes quite right, sorry!

John.