ANN: TextRegexLazy 0.44

John Meacham john at repetae.net
Mon Jul 24 08:22:44 EDT 2006


On Fri, Jul 14, 2006 at 05:05:50PM +0100, Chris Kuklewicz wrote:
> As a user, the JRegex API can also only support a single Regex type and a 
> single backend.  But it would be really handy to be able to use different 
> types of regular expressions.  Mainly there are going to be different regex 
> syntax possibilities:

This isn't true, the API is a class, you can create as many instances as
you like for it. In fact, it comes with at least 2 back ends, and at
least a couple different instances for the regex syntax. It was
specifically designed as a framework for many regular expression
backends to be used via a common and useful interface. 

        John

-- 
John Meacham - ⑆repetae.net⑆john⑈


More information about the Libraries mailing list