Facebook Rest Client CFC v1.0 (download)
This is a simple ColdFusion client library for the facebook.com API. You can sign-up for the API at the Facebook Developers site. This CFC provides helper methods for each of the available API methods along with a few utility methods to turn the results into ColdFusion objects.
JRegex CFC v1.0 (download)
This CFC is similar to the Regex CFC. It acts as a wrapper for Java's java.lang.regex package. It will return the matched expression(s) as well as the position and length of the match. It will not yet match sub-expressions (that is, of course, unless there is a way to get this to work with Java's regex syntax).
Regex CFC v1.0 (download)
This CFC wraps some added functionality around Coldfusion's ReFind & ReFindNoCase methods. It will return the matched expression as well as the position and length of the match. It will also return sub-expressions and search for back references.