Status
Latest version is v0.1.003, released on 31st May 2012.
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.003, released on 31st May 2012.
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 and 10
Open BlueDragon 2.0
Railo 3.2/3.3/4.0
Note: If there is demand, cfRegex v0.2 will have an automated installer for ColdFusion 9.0.1 and 10, however installation must currently 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: If there is demand, cfRegex v0.2 will have an automated installer for OpenBD, and might also be implemented as a plugin so it can be installed into the core, however at present installation must be performed manually, and the tag must be referenced as "cf_regex".
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.
<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.
*For per-context installation (or, if you do not have a {railo-server}/context/components directory), in steps 3..5 above use the {railo-web} directory, that is {webroot}/WEB-INF/railo