CFLib.org – Common Function Library Project

DataManipulationLib

Last updated August 26, 2008 / 143 Released UDF(s)
Download Library

Previous 20 / Next 20

Array

This functions helps to quickly build arrays, both simple and complex. | Requires: ColdFusion 5

View UDF
Loading...
arrayAppend2D

Appends two values to a 2D array. | Requires: ColdFusion 5

View UDF
Loading...
ArrayAppendUnique

Appends a value to an array if the value does not already exist within the array. | Requires: ColdFusion 5

View UDF
Loading...
arrayCompact

Used to remove missing positions from an array. | Requires: ColdFusion MX

View UDF
Loading...
arrayCompare

Recursive functions to compare arrays and nested structures. | Requires: ColdFusion 5

View UDF
Loading...
ArrayConcat

Concatenates two arrays. | Requires: ColdFusion 5

View UDF
Loading...
ArrayContains

Returns the index of the first item in an array that contains a specified substring. | Requires: ColdFusion 5

View UDF
Loading...
ArrayContainsNoCase

Returns the index of the first item in an array that contains a specified substring. | Requires: ColdFusion 5

View UDF
Loading...
ArrayDefinedAt

Returns true if a specified array position is defined. | Requires: ColdFusion MX

View UDF
Loading...
arrayDeleteArray

Remove elements from one array which exist in another array. | Requires: ColdFusion MX

View UDF
Loading...
ArrayDeleteAtList

Deletes an elements list from an array. | Requires: ColdFusion 5

View UDF
Loading...
arrayDiff

Compares two arrays (with simple values) and returns the difference between the two. | Requires: ColdFusion 5

View UDF
Loading...
arrayExcludeNumeric

Excludes numeric items from an array. | Requires: ColdFusion MX

View UDF
Loading...
arrayExcludeString

Excludes string items from an array. | Requires: ColdFusion MX

View UDF
Loading...
ArrayFilter

Applies a filter to an array. | Requires: ColdFusion 5

View UDF
Loading...
arrayFind

The arrayFind function uses the java.util.list indexOf function to find an element in an array. | Requires: ColdFusion MX

View UDF
Loading...
ArrayFindByDimension

Search a multidimensional array for a value. | Requires: ColdFusion MX

View UDF
Loading...
ArrayFindNoCase

Like listFindNoCase(), but for arrays. | Requires: ColdFusion 5

View UDF
Loading...
arrayFindSorted

Locate a value in an already-sorted array. | Requires: ColdFusion 5

View UDF
Loading...
ArrayInsertArrayAt

Inserts an array at specified position in another array. | Requires: ColdFusion 5

View UDF
Loading...

Previous 20 / Next 20

Search CFLib.org


Latest Additions

Topper Topper added
getCurrentURL
1 hour(s) ago

Daniel Chicayban Daniel Chicayban added
IsListInList
1 day(s) ago

Jeff Howden Jeff Howden added
CSVFormat
9 day(s) ago

Tom de Manincor Tom de Manincor added
flattenStruct
10 day(s) ago

Troy Pullis Troy Pullis added
iCalUS
10 day(s) ago

Created by Raymond Camden / Design by Justin Johnson