What's New at CFLib.org
- ArrayAppendUnique
- Appends a value to an array if the value does not already exist within the array.
- ConvertSpecialChars
- Reformats special chars typically found when copying and pasting from Word.
- DeleteClientVariables
- This function deletes all client variables for a user.
- GetTimeStampFromHttpTimeString
- Converts HttpTimeString into a timestamp string.
- ListPad
- Applies padding to each element in a list.
- FullQualUrl
- Replace relative url's with a fully qualified URL
- CountIt
- Get a count on searching string in the searched string.
- MidString
- Midstring: Return the middle part of a string between a specified start substring and a specified end substring.
- GetDB2TimeStamp
- Takes a ColdFusion date object and returns a DB2 formatted timestamp.
- IsAlphanumeric
- Checks if a string is alphanumeric
- GetTimeFromSeconds
- Calculates time from seconds after midnight.