Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 690 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 690 Bytes

TCL/HSRE RegEx in Java

Introduction

This repository contains a port of the TCL Regular Expression (TCLRE) library to Java. The TCL Regular Expression library was derived from the Henry Spencer regular expression library.

TCLRE combines a rich, extended, regular expression language with bounded runtime. The bounded runtime is the most important advantage over the regular expression classes provided in Java, which can run indefinitely.

Getting Involved

Pull Requests are great! We will interpret them as contributions under the terms of the Apache License.

Notes

0.13.8 is the last version that supports Java 6 and 7. Java 8 is required for newer versions.