Skip to content

basis-technology-corp/tcl-regex-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.