Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jrexx: Automaton based regluar expression API for Java
- Summary
- jrexx is a powerful easy-to-use regular expression
API for textual pattern matching. Technically jrexx
uses a minimized deterministic FSA (finite state
automaton) and compiles the textual representation
of the regular expression into such an automaton.
Besides the usual pattern matching functionality,
jrexx provides an introspection API for exploration
of the automaton's structure by 'states' and
'transitions'. Since the automaton is deterministic
and minimized the pattern matching alogorithm is
extremly fast (compared to the java regular
expression API in JDK1.4) and works with huge
patterns and input texts. Since FSA can be handled
as sets, jrexx also offers all basic set operations
for complement, union, intersection and difference,
which is not provided by other regex implementations
(as far as we know).
Arch: noarch
| Download: | jrexx-1.1.1-3jpp.src.rpm |
| Build Date: | Thu Jan 5 21:57:28 2006 |
| Packager: | Fernando Nasser <fnasser@jpackage.org> |
| Size: | 69 KiB |
Changelog
- * Thu Jan 5 23:00:00 2006 Fernando Nasser <fnasser{%}redhat{*}com> - 0:1.1.1-3jpp
-
- First JPP 1.7 build
- * Tue Aug 24 00:00:00 2004 Randy Watler <rwatler at finali.com> - 0:1.1.1-2jpp
-
- Rebuild with ant-1.6.2
- * Tue Feb 24 23:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.1.1-1jpp
-
- First JPackage release