CFMLLib
Last updated October 17, 2014 / 53 Released UDF(s)
REReplaceCallback behaves like REReplace, except instead of supplying a replacement string, you supply a function to invoke on each match. | Requires: CF8
indentXml pretty-prints XML and XML-like markup without requiring valid XML. | Requires: CF8
Replaces cffile upload, handling security checks and providing better error handling. | Requires: CF6
Removes all extended and non-printing ASCII characters from a string. | Requires: CF5
Mimics the functionality of JavaScript Splice() method (https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array/splice) | Requires: CF8
Calculates geodetic distance between two points specified by latitude/longitude using Vincenty inverse formula for ellipsoids: http://www.movable-type.co.uk/scripts/latlong-vincenty.html | Requires: CF9
Analogous to reReplace()/reReplaceNoCase(), except the replacement is the result of a callback, not a hard-coded string | Requires: CF9
Gets the difference between the largest and smallest values in a given data set (statistics) | Requires: CF9
Returns a localised version of dayOfWeekAsInteger() (http://www.cflib.org/udf/dayOfWeekAsInteger) | Requires: CF10
This function returns a struct having all the lowercased columns as keys and their corresponding values | Requires: CF9
Creates a "generator" for returning prime numbers, in sequence | Requires: CF10
Search CFLib.org
Latest Additions
Raymond Camden added
QueryDeleteRows
November 04, 2017
Leigh added
nullPad
May 11, 2016
Raymond Camden added
stripHTML
May 10, 2016
Kevin Cotton added
date2ExcelDate
May 05, 2016
Raymond Camden added
CapFirst
April 25, 2016