I know of two:
* gnu.regexp - Regular Expressions For Java
by Wes Biggs <[EMAIL PROTECTED]>
http://www.cacas.org/~wes/java/
<http://www.savarese.org/> contains OROMatcher, a regexp pacakage that claims
to be 100% compatible with Perl5 Regular expressions.
--
C. Harald Koch
> 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 a
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) s
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
ORO also has a package at www.oroinc.com that does Perl 5 regular
expressions.
-nate
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
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/