What's New at CFLib.org?
The following UDFs were added to CFLib.org during the period of January 28 - February 18:
- IsCustomTag
- Returns true/false if the current template is being called as a custom tag.
- RESplit
- Splits a string into arrays based on a regex.
- RomanFormat
- Converts a number to Roman numerals.
- DaysTilBirthday
- Returns number of days until your next birthday.
- DogYearsToHumanYears
- This UDF translates a dog's age to a human's age.
- ListFix
- Fixes a list by replacing null entries.
- RFind
- Returns the last index of an occurrence of a substring in a string from a specified starting position.
- RFindNoCase
- Returns the last index (case insensitive) of an occurrence of a substring in a string from a specified starting position.