Download List

Descripción del Proyecto

monq.jfa is a class library for fast and flexible text filtering with regular expressions. In contrast to java.util.regex, monq.jfa allows a regular expression to be bound to an action that is automatically called whenever a match is spotted in an input stream. In addition, it can combine several ten thousand regex/action pairs into one machinery (called a "deterministic finite automaton" or DFA) for fast parallel text filtering. A general purpose TCP server and associated classes in monq.net allow the bigger DFAs to be run as servers.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-06-24 04:20 Back to release list
1.1.1

Esta es una versión de corrección de errores para corregir la falta de sincronización indebido de la reutilización de un objeto dentro de monq.jfa.actions.Printf. El usuario síntoma visible de salida sería ilegible.
Tags: Minor bugfixes
This is a bugfix release to correct improper
unsynchronized reuse of an object within
monq.jfa.actions.Printf. The user visible symptom
would be garbled output.

Project Resources