Hi,

i believe i might have found a bug in v2.0.4.  when running the 
following bit of code in 2.0


     public static void main(String args[]) {
        String str="[EMAIL PROTECTED]";
        Perl5Util perl=new Perl5Util();
        System.out.println(perl.match("/^[\\w-._]+\\@[\\w-._]+$/",str));
     }


the regexp matches as true, however in v2.0.4 it returns false.

i ran the regexp in perl and it returned true as well.


George Hart



Reply via email to