Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37786680
en ru br
ALT Linux repos
5.0: 1.1.1-alt1_3jpp1.7
4.1: 1.1.1-alt1_3jpp1.7
4.0: 1.1.1-alt1_3jpp1.7

Group :: Development/Java
RPM: jrexx

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.1.1-alt1_3jpp1.7
Build date: 19 may 2007, 11:25 ( 885.3 weeks ago )
Size: 62.80 Kb

Home page:   http://www.karneim.com/jrexx/

License: LGPL
Summary: Automaton based regluar expression API for Java
Description:

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).

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • jrexx
  • jrexx-javadoc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin