What's New at CFLib.org?
- ActivateURL
- This function takes URLs in a text string and turns them into links.
- ConvertEntity
- Will convert Extended Characters to HTML Entities or HTML Entities to Extended Characters.
- ActivateURL
- This function takes URLs in a text string and turns them into links.
- ConvertEntity
- Will convert Extended Characters to HTML Entities or HTML Entities to Extended Characters.
- GetMetaHeaders
- Parses an HTML string and returns META tag information.
- IsClientTimeout
- Returns True if the user has not requested a page within the given time span.
- AccessPatternMatchingFormat
- Strip pattern-matching wildcards from a string appearing in an Access query.
- DynamicValueList
- Returns a value list from a dynamic column of a query.
- IsEmail
- Tests passed value to see if it is a valid e-mail address (supports subdomain nesting and new top-level domains).
- IsValidPhone
- Simple Validation for Phone Number syntax.
- RandString
- Returns a random string of the specified length of either alpha, numeric or mixed-alpha-numeric characters.
- SQLServerPatternMatchingFormat
- Strip pattern-matching wildcards from a string appearing in a SQL Server query.
- TranslateMacromediaResourceFeed
- Function to translate Macromedia's XML Resource Feed into ColdFusion variables.
- TypeOf
- Returns the type of the variable.
- UnFormatNumber
- Removes all non-essential formatting from a number.
- VerticalText
- Take a string, make it appear vertically.