What's New at CFLib.org?
- ArrayOfStructsToList
- Returns a list of keys from a structure within an array. (CF Version: 5)
-
- CountIt
- Get a count on searching string in the searched string. (CF Version: 5)
-
- forward
- Performs a serverside redirection. (CF Version: MX)
-
- isDefinedValueMX
- Checks that a variable exists and has value. (CF Version: MX)
-
- randomColorShade
- Returns a random color of a specified shade, light, dark, extra light, extra dark, or any. (CF Version: 5)
-
- EmailDomainLink
- Formats an e-mail address so that its domain is a link to its web site. (CF Version: 5)
-
- ListGetAtIncNulls
- Get specific list element of list where empty strings are counted as elements. (CF Version: 5)
-
- ListLenIncNulls
- Length of list including empty elements. (CF Version: 5)
-
- Sleep
- Causes the current request to wait for a specified amount of time. (CF Version: MX)
-
- ColumnLoop
- Applies simple evaluations to every cell in a query column. (CF Version: 5)
-
- MaxDate
- Returns larger of 2 dates. (CF Version: 5)
-
- MinDate
- Returns smaller of 2 dates. (CF Version: 5)
-
- unzipFile
- Unzips a file to the specified directory. (CF Version: MX)
-
- HTMLTrans
- Converts the characters in a string to encoded special characters. (CF Version: 5)
-
- IPConvert
- Converts IPs to integers and back for efficient database storage. (CF Version: 5)
-
- Is7bit
- Determines whether a string is 7bit (CF Version: 5)
-
- IsListInList
- Checks if all elements of list X are found in list Y. (CF Version: 5)
-
- IsViaSoap
- Returns true if the curent request is SOAP based. (CF Version: MX)
-
- IsXML
- Checks to see if a string is valid XML. (CF Version: MX)
-