[
Lists Home |
Date Index |
Thread Index
]
- From: "Robert C. Lyons" <boblyons@unidex.com>
- To: "'DuCharme, Robert'" <DuCharmR@moodys.com>, "xml-dev@ic.ac.uk" <xml-dev@ic.ac.uk>
- Date: Mon, 5 Apr 1999 22:03:48 -0400
Bob,
The GNU site (http://www.gnu.org/software/java/java-software.html)
lists a free Java regex library called "gnu.regexp", which is
available at http://www.cacas.org/~wes/java/.
If you need a commercial product, then check out the "pat" package at http://javaregex.com/.
It enables a Java application to compile and use perl5 regular expressions.
It's only $10, and there is no per copy royalty fee if you are
just distributing with your application or applet.
You can download an eval copy for free.
The documentation is good. I didn't find any bugs when I was evaluating it.
A few months ago, I too was searching for a Java regex library for my XML app.
The "pat" package was not fast enough for my needs. I ended up changing my
design, so that I would not need a regex library.
Bob
------
Bob Lyons
EC Consultant
Unidex Inc.
1-732-975-9877
boblyons@unidex.com
http://www.unidex.com/
-----Original Message-----
From: DuCharme, Robert [SMTP:DuCharmR@moodys.com]
Sent: Monday, April 05, 1999 3:10 PM
To: xml-dev@ic.ac.uk
Subject: regexp lib for java xml development?
Can anyone recommend a Java regular expression library for developing
Java apps to process XML? OROINC's seems popular on the web, but I'm
having trouble running the examples and was wondering if I'm missing
anything good out there.
thanks,
Bob DuCharme www.snee.com/bob <bob@
snee.com> "The elements be kind to thee, and make thy
spirits all of comfort!" Anthony and Cleopatra, III ii
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|