You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@community.apache.org by no...@dad.org on 2015/09/07 16:39:27 UTC

An alternative to regular expressions

My colleague, Jeff Rothenberg, and I, retirees, have developed an alternative
to using regular expressions for searching for (and optionally replacing)
patterns in text. We believe it is generally useful to Java programmers and
would like to contribute it to Apache Commons, where we will continue to be
active in maintaining the software. You can find the software and associated
documentation at https://github.com/NormanShapiro/Naomi

Please let us know what further steps we should take to have our contribution
considered. Thank you very much.

    Norman Shapiro

Re: An alternative to regular expressions

Posted by Sergio Fernández <wi...@apache.org>.
Hi Normal,

then the first step is to discuss the contribution with the Apache Commons
project.

You can find the right list at http://commons.apache.org/mail-lists.html

Hope that helps.

Cheers,


On Mon, Sep 7, 2015 at 4:39 PM, <no...@dad.org> wrote:

> My colleague, Jeff Rothenberg, and I, retirees, have developed an
> alternative
> to using regular expressions for searching for (and optionally replacing)
> patterns in text. We believe it is generally useful to Java programmers and
> would like to contribute it to Apache Commons, where we will continue to be
> active in maintaining the software. You can find the software and
> associated
> documentation at https://github.com/NormanShapiro/Naomi
>
> Please let us know what further steps we should take to have our
> contribution
> considered. Thank you very much.
>
>     Norman Shapiro
>



-- 
Sergio Fernández
Partner Technology Manager
Redlink GmbH
m: +43 6602747925
e: sergio.fernandez@redlink.co
w: http://redlink.co

Re: An alternative to regular expressions

Posted by Stefan Reich <st...@googlemail.com>.
Interesting. But I am missing examples...

(You might consider using JavaX, where examples always come bundled. :o)

Stefan
Am 07.09.2015 17:04 schrieb <no...@dad.org>:

> My colleague, Jeff Rothenberg, and I, retirees, have developed an
> alternative
> to using regular expressions for searching for (and optionally replacing)
> patterns in text. We believe it is generally useful to Java programmers and
> would like to contribute it to Apache Commons, where we will continue to be
> active in maintaining the software. You can find the software and
> associated
> documentation at https://github.com/NormanShapiro/Naomi
>
> Please let us know what further steps we should take to have our
> contribution
> considered. Thank you very much.
>
>     Norman Shapiro
>