Re: Regular Expressions

1999-02-15 Thread C. Harald Koch
I know of two: * gnu.regexp - Regular Expressions For Java by Wes Biggs <[EMAIL PROTECTED]> http://www.cacas.org/~wes/java/ contains OROMatcher, a regexp pacakage that claims to be 100% compatible with Perl5 Regular expressions. -- C. Harald Koch <[EMAIL PRO

Re: Regular Expressions

1999-02-15 Thread Carl H. Sayres
> Hi, listmembers, > > I'm looking for classes that can be used to test the contents of Strings > against regular expressions, comparable to Perl's regular expressions > capability or the standard C library's regcomp() and regexec() functions. > > Does anybody know whether (and where) such c

Re: regular expressions in java

1998-12-28 Thread nagendra mishr
Look for ORO.Regexp classes at www.savarese.org for the latest link. Auge Jerome wrote: > Rick Bauman wrote: > >> Does anyone know of a regex package for java, I am rewriting some perl >> programs in java and really need this. >> >> tia >> -- >> Rick Bauman >> Lowcountry Linux >> http://www.l

Re: regular expressions in java

1998-12-28 Thread Nate Sammons
ORO also has a package at www.oroinc.com that does Perl 5 regular expressions. -nate

Re: regular expressions in java

1998-12-27 Thread Auge Jerome
Rick Bauman wrote: Does anyone know of a regex package for java, I am rewriting some perl programs in java and really need this. tia -- Rick Bauman Lowcountry Linux http://www.lowcountry.net/ have a look at http://www.gnu.org/software/java/java.html for a package called gnu.regexp