damn,
I just saw that Common's ISBN validator relies on oro.jar too.
just for this simple method:
private boolean isValidPattern(String isbn) {
return new Perl5Util().match(ISBN_PATTERN, isbn);
}
I'll try to ping them
On 6/17/06, Dennis Byrne <[EMAIL PROTECTED]> wrote:
Sounds like a good idea to me. If anyone knows of a large list of common
regexps, please let this list know. It would be real easy to extend this
component 50 times.
Dennis Byrne
>-----Original Message-----
>From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
>Sent: Saturday, June 17, 2006 11:05 PM
>To: 'MyFaces Development'
>Subject: [Proposal] validateRegExpr
>
>Hey,
>
>the tomahawk's validateRegExpr depends on the jakarta-oro lib for
>doing its RegExpr job.
>Trinidad comes with a Java 1.4 based dependency.
>
>I'd like to use that algorithm in Tomahawk too.
>
>Means one more jar as a dependency has gone.
>
>Any thoughts?
>-Matthias
>
>--
>Matthias Wessendorf
>Aechterhoek 18
>48282 Emsdetten
>blog: http://jroller.com/page/mwessendorf
>mail: mwessendorf-at-gmail-dot-com
>
--
Matthias Wessendorf
Aechterhoek 18
48282 Emsdetten
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com