Package available in: [trunk] [8.0] [7.0] [6.0]
Apache Jakarta Regexp is a 100% pure Java regular expression package. Expression syntax supports all of Perl5 syntax, with the exception of back reference substitution markers (several people have mentioned this lack, so please feel free to contribute a solution). It also supports a very limited subset of POSIX features. Performance and features are somewhat inferior to ORO, and the new JDK 1.4 (java.util.regex) package, but the package is especially small and features the ability to precompile expressions (without using object serialization) into byte arrays, thus avoiding the need to load the expression compiler.
... part of T2, get it here
URL: http://jakarta.apache.org/regexp/
Author: Jonathan Locke
Maintainer: The T2 Project <t2 [at] t2-project [dot] org>
License: APL
Status: Stable
Version: 1.4
Download: http://www.apache.org/dist/jakarta/regexp/source/ jakarta-regexp-1.4.tar.gz
T2 source: jakarta-regexp.cache
T2 source: jakarta-regexp.conf
T2 source: jakarta-regexp.desc
Build time (on reference hardware): 5% (relative to binutils)2
Installed size (on reference hardware): 0.02 MB, 6 files
Dependencies (build time detected): bash bzip2 coreutils diffutils findutils gcc grep sed sysfiles tar
Installed files (on reference hardware): n.a.
1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.
2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).