Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

boughtonp/cfregex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cfRegex

Description

cfRegex is a project to provide a complete set of regex functionality for CFML, with an aim to make regex a first-class feature which is easy for everyone to use.

It provides a Regex object, cfregex tag, and a selection of functions, all designed to be used instead of the existing regex functions.

For full details of what is provided see docs.pdf for documentation.

Requirements

cfRegex will run on any JVM-based CFML engine that supports CFCs, including:

  • Lucee 5.3 and above.
  • ColdFusion 9 and above.
  • OpenBD 2.x and above.
  • Railo / Lucee 4.x

A minimum JRE/JDK version of 8 is recommended.

cfRegex requires the ability to create Java objects, which may be disabled on some shared hosting.

Licensing & Credits

This project is available under the terms of the LGPLv3 license. See license.txt to understand your rights and obligations.

cfRegex is created and maintained by Peter Boughton.

Contributing

This project aims to provide a complete set of regex functionality for CFML.

Bug fixes, backwards-compatible improvements and additions are welcome, but please discuss first (either raise an issue or send an email).

Changes are accepted as either pull requests or patch files.

/eof