Registry / utility / oro
library2.0.8javamavenunverified

ORO is a set of text-processing Java libraries providing Perl5 compatible regular expressions.

<dependency> <groupId>oro</groupId> <artifactId>oro</artifactId> <version>2.0.8</version> </dependency>
INSTALL
IMPORT
SIG · ORO
O
oro
utilityjavav2.0.8
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.

Perl5Compiler
org.apache.oro.text.regex.Perl5Compiler

Compile and match Perl5 regular expressions.

import org.apache.oro.text.regex.Perl5Compiler; import org.apache.oro.text.regex.Perl5Matcher; public class Example { public static void main(String[] args) { Perl5Compiler compiler = new Perl5Compiler(); Perl5Matcher matcher = new Perl5Matcher(); System.out.println("ORO regex engine ready"); } }
Debug
Known issues
gotchaORO is deprecated; consider using java.util.regex or other modern regex libraries.
fix
Migrate to java.util.regex.Pattern and Matcher.
affects: >=2.0.0
Upgrade
Version history
2.0.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
oro — mvn dependency:get oro · libregistry