What's New at CFLib.org?
(Unless otherwise specified, the UDFs here are in ColdFusion 5 syntax.)
- DeepStructCount
- Counts the number of keys in a structure of structures.
- GetHostFromURL
- Returns the host from a specified URL.
- GetUsernameFromURL
- Returns the username from a specified URL.
- NumberAsString
- Returns a number converted into a string (i.e. 1 becomes "One").
- OptArg
- Pass in an optional UDF argument and define a default value at once.
- OptArgType
- Pass in an optional UDF argument of a specific type and define a default value at once.
- XSLT
- Processes an XSL Template against an XML document and returns the transformed content.