What's New at CFLib.org?
- addRemoveDebuggingIPAddress
- This function will either add or remove an IP address to the list of debugging ip addresses if you do not have an administrator access. (CF Version: MX)
-
- getMapDirectory
- Gets the directory path for CF mapping logical path. (CF Version: MX)
-
- IsSecureSite
- Checks to see if the current page is being run on a secure server. (CF Version: 5)
-
- ListFix
- Fixes a list by replacing null entries. (CF Version: 5)
-
- pluralize
- Very simple function to display either the plural or singular form for a numeric that is passed in. (CF Version: 5)
-
- ScopeCoalesce
- This UDF will find the first variable scope that exists for a variable in the list of variable scopes and return its value. (CF Version: 5)
-
- validateXMLFile
- Validate an XML file against a DTD. (CF Version: MX)
-
- validateXMLString
- Validate a formatted XML string against a DTD. (CF Version: MX)
-
- enableDisableWhiteSpaceManagement
- This function will enable or disable whitespace management in ColdFusion Server without access to ColdFusion Administrator. (CF Version: MX)
-
- ErlangB
- Calculates the Grade of Service (failure rate) based on Busy Hour Traffic (Erlangs) and number of indepenedent lines. (CF Version: 5)
-
- GetFirstDateinQuarter
- Gets the first date in a given quarter. (CF Version: 5)
-
- GetLastDateinQuarter
- Gets the last date in a given quarter. (CF Version: 5)
-
- getZodiacSign
- Given a date, returns the appropriate zodiac sign. (CF Version: 5)
-
- IPclass
- Converts an IP address to a network class. (CF Version: 5)
-
- preg_match
- Emulates the preg_match function in PHP for returning a regex match along with any backreferences. (CF Version: 5)
-
- preg_match_all
- Emulates the preg_match_all function in PHP for returning all regex matches along with their backreferences. (CF Version: 5)
-
- differentChars
- Counts how many different chars are in a string. (CF Version: 5)
-
- getRandString
- Returns a random alphanumeric string of a user-specified length. (CF Version: 5)
-
- CalcPolygonArea
- Calculates the area of an irregular N sided Polygon. (CF Version: 5)
-
- getISBN
- Converts Barcode to valid ISBN number (without "-"). (CF Version: 5)
-
- hexToString
- Converts a hex value to a string. (CF Version: 5)
-
- ImageSize
- Returns width and height of images based on image type. (CF Version: MX)
-
- listWithNullsToArray
- Return an array from a list with null values. (CF Version: 5)
-
- MergeQuery
- Merge two queries. (CF Version: 5)
-
- RC4
- A function does RC4 encryption by using a key and the string. (CF Version: 5)
-