Cflib - cflib.org - CFLib RSS Feed
General Information:
Latest News:
scramail 6 Aug 2013 | 01:07 pm
Scramail takes a string as an argument and changes the characters in the email to their ascii equivelents to hide the email address from spam bots.
structFindKeyWithValue 1 Aug 2013 | 01:54 pm
Combines structFindKey() and structFindValue()
getIsoTimeString 1 Aug 2013 | 08:40 am
Converts your date into a time string the aheres to the ISO 8601 standard (for use with some API calls).
sendUDP 31 Jul 2013 | 02:40 pm
Sends a UDP packet.
arrayReduce 31 Jul 2013 | 08:58 am
CFML implementation of Array.reduce()
datePatternMatch 25 Jul 2013 | 08:41 am
Determine if a date string is in a particular pattern
getRange 25 Jul 2013 | 08:19 am
Gets the difference between the largest and smallest values in a given data set (statistics)
htmlDecode 24 Jul 2013 | 02:06 pm
Inverse of HTMLEditFormat, similar to URLDecode
replaceWithCallback 18 Jul 2013 | 02:19 pm
Analogous to reReplace()/reReplaceNoCase(), except the replacement is the result of a callback, not a hard-coded string
CSVtoArray 18 Jul 2013 | 07:51 am
Converts a CSV file to an array.