Status
Latest version is v0.1.002, released on 14th July 2011.
Recent changes are shown on the roadmap page, (where you will also find plans for future versions).

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.
(A bunch of other exciting things are also planned.)
In addition to all these features, this project is about encouraging all programmers to use regex, to help them understand it and discover how to get the most out of it.
Which is why, in addition to a full set of documentation on how to use cfRegex and what all its functions do, there is also documentation explaining general regex concepts and features, aimed at helping all levels of regex user to learn and improve, plus a discussion list where you can receive precise and detailed explanations to your questions.
Latest version is v0.1.002, released on 14th July 2011.
Recent changes are shown on the roadmap page, (where you will also find plans for future versions).
The documentation section is now available, at docs.cfregex.net or via the main menu above.
Select an engine to see download and setup instructions.
ColdFusion 9.0.1
Open BlueDragon 1.5 (Nightlies since 30th May)
Railo 3.2 and 3.3
Note: cfRegex v0.2 will have an automated installer for CF9.0.1, however this is not yet ready, so installation must be performed manually.
You can now use the cfregex tag and create Regex objects.
Unfortunately there is no way in CF to auto-include user-defined functions, so this must be done manually on each request. This is not ideal, but - unless there is a way I am unaware of, or if Adobe adds such functionality - there is no way to avoid it.
<cfinclude template="/cfregex-functions/include-all.cfm" />
Now you can also use the functions!
Note: cfRegex v0.2 will have an automated installer for OpenBD, as well as a plugin so it can be installed into the core, however this is not yet ready, so installation must be performed manually, and the tag must be referenced as "cf_regex" for the moment.
You can now use the cf_regex tag and create Regex objects.
Unfortunately I have not yet created an OpenBD plugin, which will allow functions to be installed as core functions. In the meantime, it is necessary to include the functions manually on each request. This will be fixed with v0.2
<cfinclude template="/cfregex-functions/include-all.cfm" />
Now you can also use the functions!
Note: cfRegex v0.2 will be available as a Railo Extension, making it even easier to setup!
You can now use the cfregex tag, create Regex objects, and use all the Regex~ functions as if they were built-in functions.