Registry / utility / jakarta-regexp

jakarta-regexp

JSON →
library1.4javamavenunverified

Regular expression library from the Jakarta project for pattern matching and text processing.

<dependency> <groupId>jakarta-regexp</groupId> <artifactId>jakarta-regexp</artifactId> <version>1.4</version> </dependency>
INSTALL
IMPORT
SIG · JAKARTA-REGEXP
J
jakarta-regexp
utilityjavav1.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RE
org.apache.regexp.RE

Match a simple digit pattern using Jakarta Regexp.

import org.apache.regexp.RE; RE regex = new RE("\\d+"); boolean matches = regex.match("123"); System.out.println("Matches: " + matches);
Debug
Known issues
gotchaJakarta Regexp is outdated; prefer java.util.regex or modern libraries.
fix
Migrate to standard Java regex (Pattern/Matcher) for better performance and maintenance.
affects: <=1.4
Upgrade
Version history
1.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jakarta-regexp — mvn dependency:get jakarta-regexp · libregistry