Paketname | libjrexx-java |
Beschreibung | automaton based regular expression API for java |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.1.1-5 |
Sektion | java |
Priorität | optional |
Installierte Größe | 132 Byte |
Hängt ab von | default-jdk | java2-runtime |
Empfohlene Pakete | |
Paketbetreuer | Debian Java Maintainers |
Quelle | jrexx |
Paketgröße | 80712 Byte |
Prüfsumme MD5 | 5edc544c4127d07d8403a9a49e16cf86 |
Prüfsumme SHA1 | 1f8f4509c07ca4b14f4003598a3dd60288368a96 |
Prüfsumme SHA256 | 7b502d0d2038aaae1b1adba84e6874ee20a2a6927546a1b45ad9e92e25e01753 |
Link zum Herunterladen | libjrexx-java_1.1.1-5_all.deb |
Ausführliche Beschreibung | jrexx is a regular expression API for textual pattern matching based on
the finite state automaton theory. Its matching algorithm is extremly
fast and works with huge patterns and input texts. jrexx also offers
set operations (union, intersection, difference, complement) for
combination of automatons.
.
FEATURES
.
* creation of deterministic regex automatons from pattern strings
* extremly fast pattern matching of input strings
* combination of automatons with set operations (unify, intersect,
substract, complement)
* introspection of the automaton's structure by states and transitions
* jrexx is implemented in 100% pure Java and runs on any platform
providing a Java Runtime Environment (JRE) version 1.3.x or greater
|