Package com.mckoi.database.regexbridge

Implementations of the RegexLibrary interface, which allows the application to select which regular expression package to use.

See:
          Description

Class Summary
GNURegex A bridge to the GNU Java regular expression library.
JavaRegex A bridge to the internal Java regular expression library that was introduced in Java 1.4.
 

Package com.mckoi.database.regexbridge Description

Implementations of the RegexLibrary interface, which allows the application to select which regular expression package to use.

See RegexLibrary.