/java.pcre

Pcre Library for Regular expressions in Java

Primary LanguageJavaApache License 2.0Apache-2.0

This project is intented to be a simplification for using regular expressions in Java.

The code is inspirated by the Pcre library for PHP http://php.net/manual/en/book.pcre.php.

The code contains interfaces very similar to Pcre but implemented and optimized for Java.