Antonello Provenzano escribió: > Dear Mono Folks, > > I just released the version 1.0 of Deveel Regex, a library for > compiling and manage regular expressions strings, under the LGPL > license. > It has been inspired by GNU Regex project by Wes Biggs either if you > will find many differences from the original one, due to the different > environments they were built on. > It's major additional features to the System.Text.RegularExpressions > built in regex processor of the Mono framework are the following: > > * Speeding up the performances for the compilation and iteration > through multiple matches > * Multiple syntaxes supported, from POSIX to Perl4, Perl5, etc. > > You can find it at the address: http://sourceforge.net/projects/deveel-regex > > I hope you will find it useful.
Hello. This seems to be very interesting. Just a simple suggestion: add another kind of syntax, a readable and statically typed syntax: http://flimflan.com/blog/ReadableRegularExpressions.aspx Regards, Andrés [ knocte ] -- _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
