Registry / utility / regexp

regexp

JSON →
library1.2javamavenunverified

A simple regular expression library for Java.

<dependency> <groupId>regexp</groupId> <artifactId>regexp</artifactId> <version>1.2</version> </dependency>
INSTALL
IMPORT
SIG · REGEXP
R
regexp
utilityjavav1.2
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
regexp.RE

Match a string against a regex pattern.

import regexp.RE; public class Example { public static void main(String[] args) { RE re = new RE("\\d+"); boolean matches = re.match("123"); System.out.println("Matches: " + matches); } }
Debug
Known issues
gotchaThis library is outdated; prefer java.util.regex.Pattern for modern Java development.
fix
Replace with java.util.regex.Pattern and Matcher classes.
affects: all
Upgrade
Version history
1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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