What's New at CFLib.org?
This is what's new at CFLib.org, from November 27, 2005 through January 1, 2006:
- isUpperLower
- Checks to see if a submitted letter is Upper or Lower Case. (CF Version: ColdFusion 5)
-
- parseGeneralizedTimeString
- Creates a date/time object from a generalized time string in the format of YYYYMMDDHHMMSS.0Z (CF Version: ColdFusion 5)
-
- queryAddColumnWithValue
- Adds a column filled with a value to a query object. (CF Version: ColdFusion MX)
-
- jsCompressor
- Compresses JavaScript code. (CF Version: ColdFusion MX)
-
- structUpdateVals
- Update one structure values with values from another structure for those keys that match. (CF Version: ColdFusion MX)
-
- viewCSS
- Returns a visual representation of stylesheet elements. (CF Version: ColdFusion 5)
-
- isEmail
- Tests passed value to see if it is a valid email address (supports subdomain nesting and new top-level domains). (CF Version: ColdFusion 5)
-
- nameCase
- Converts an entire string to namecase (JARED RYPKA-HAUER becomes Jared Rypka-Hauer). (CF Version: ColdFusion MX)
-