Re: Bad character class exception on pattern that works for JDK's Pattern class
Jim K <[email protected]> Fri, 13 Oct 2006 02:40:22 +0000 (UTC)
| Newsgroups | gmane.comp.jakarta.regexp.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Reuben-
Thanks for the continued support. With your help I've been able to complete the
remaning changes to the regexp to get it to work just like the ORO and Java
implementations:
^([0-9a-zA-Z]([\-\.\w]?[0-9a-zA-Z])*@([0-9a-zA-Z][\-\w]*[0-9a-zA-Z]\.)+[a-zA-Z]
{2,9})$
At this point all my positive and negative unit test cases run identically
across all three libraries.
Jim