What's New at CFLib.org?
- 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 current request is SOAP based. (CF Version: MX)
-
- IsXML
- Checks to see if a string is valid XML. (CF Version: MX)
-
- isDefinedValue
- Checks that a variable is defined and that the variable is not an empty value. Optionally lets you check that the variable is a specific value. (CF Version: 5)
-
- wrap
- Wraps a chunk of text at a given character count. (CF Version: 5)
-
- XSLTCF5
- Processes an XSL Template against an XML document and returns the transformed content. (CF Version: 5)
-
- CountLines
- This function returns the number of lines in a text file. (CF Version: 5)
-
- ListCountSubstring
- Counts the number of list elements that contain a given substring. (CF Version: 5)
-
- REGet
- Returns all the matches of a regex from a string. (CF Version: 5)
-
- webmasterEmail
- creates a webmaster@... address out of any URL. (CF Version: 5)
-
- CardinalToOrdinal
- Convert cardinal number strings to ordinal number strings. (CF Version: 5)
-
- containsLeapYear
- Function that determines if a given date range contains a leap year. (CF Version: 5)
-
- dateLetters
- Adds the st,nd,rd,th after a day of the month. (CF Version: 5)
-
- fadeList
- Creates a comma separated list of hex colors forming a gradient between the start color and the end color over a specified number of steps. (CF Version: 5)
-
- getCurrentFinYear
- Returns the current two-part financial year in a specified format. (CF Version: 5)
-
- ListReFindNoCase
- Searches a given list for a given regex and returns the index number of the first item found. (CF Version: 5)
-
- ListRemoveNulls
- Removes null entries from lists. (CF Version: 5)
-
- parseInt
- Parse out the first set of numbers in a string. (CF Version: 5)
-
- queryDiff
- Returns information about the differences between two queries with the same columns. (CF Version: 5)
-
- ReGroupStructureBy
- Pass an Array of structures and the name of a column that exists within each, and it will create a Grouped "Structure of Array of Structures". (CF Version: 5)
-
- SoundexDifference
- Returns the difference between the SOUNDEX values of two strings. (CF Version: 5)
-