In message <[EMAIL PROTECTED]>
          Bart Lateur <[EMAIL PROTECTED]> wrote:

> On Thu, 06 Dec 2001 00:16:34 GMT, Tom Hughes wrote:
> 
> >So far I have added as is_digit() call to the character type layer
> >to replace the existing isdigit() calls.
> 
> There seems to be an overlap with the /\d/ character class in regexes.
> Can't you use the same test? Can't you use the definition of that
> character class, whatever form it may be in?

Well presumably the regex code should use the character type of
the string it is matching against when processing \d. There isn't
any regex code in yet though is there?

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/

Reply via email to