What's New at CFLib.org?
- ArrayDefinedAt
- Returns true if a specified array position is defined. (CF Version: MX)
-
- GetMetaHeaders
- Parses an HTML string and returns META tag information. (CF Version: 5)
-
- RoundSigFig
- Rounds a number to a specified number of significant digits. (CF Version: 5)
-
- TranslateRSSItems
- Translates a RSS Feed's items to a query. (CF Version: 5)
-
- xmlMerge
- Merges one xml document into another. (CF Version: MX)
-
- GetOrdinal
- Returns the two-character English text ordinal for numbers. (CF Version: 5)
-
- ListFix
- Fixes a list by replacing null entries. (CF Version: 5)
-
- RandString
- Returns a random string of the specified length of either alpha, numeric or mixed-alpha-numeric characters. (CF Version: 5)
-
- reFindAll
- Returns all the matches of a regular expression within a string. (CF Version: MX)
-
- reFindNoCaseAll
- Returns all the matches (case insensitive) of a regular expression within a string. This is simular to reGet(), but more closely matches the result set of reFind. (CF Version: MX)
-
- reverseColor
- Returns the opposite of a color. (CF Version: 5)
-
- TitleCaseList
- Title cases all elements in a list. (CF Version: 5)
-
- IsCFUUID
- Returns TRUE if the string is a valid CF UUID. (CF Version: 5)
-
- Split
- Splits a string according to a string. (CF Version: 5)
-