Functions58 public, 1 private

Returns if the provided value consists of alphanumeric characters only. Based on POSIX: a-zA-Z0-9
publicbooleanisAlphaNumeric
requiredanyvalue
Returns if the provided array contains objects and objects only. An empty array returns [true].
publicbooleanisArrayOfObject
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Returns if the provided array contains strings and strings only. An empty array returns [true].
publicbooleanisArrayOfString
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Returns if the provided array contains structs and structs only. An empty array returns [true].
publicbooleanisArrayOfStruct
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Returns if the provided value is considered as Base64 encoded string.
publicbooleanisBase64
requiredanyvalue
Allow "/" and "+" to be replaced by "_" and "-".
booleanacceptUrlFriendlytrue
Returns if the provided value is between the specified range, including the [from] and [to] value. If the value is not numeric, the length or count is used. Supported types: numeric, string, array, struct, query
publicbooleanisBetween
requiredanyvalue
requirednumericfrom
requirednumericto
Returns if the provided value is considered as Hex encoded string.
publicbooleanisHex
requiredanyvalue
Returns if the provided value is considered as Hex encoded color. The pound can be absent.
publicbooleanisHexColor
requiredanyvalue
booleanacceptAlphatrue
Returns if the provided value is considered as e-mail address.
publicbooleanisMailAddress
requiredanyvalue
Validates an array of e-mail addresses.
publicbooleanisArrayOfMailAddress
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of e-mail addresses.
publicbooleanisListOfMailAddress
requiredanylist
stringdelimiters,
Returns if the provided value is considered as MD5 hash of 128 Bit (32 characters).
publicbooleanisMD5
requiredanyvalue
Returns if the provided value is a valid regular expression that be used by ColdFusion.
publicbooleanisRegEx
requiredanyvalue
Returns if the provided value is considered as a fully qualified URL. Does not support unicode.
publicbooleanisUrl
requiredanyvalue
Returns if the provided value is any signed integer.
publicbooleanisAnyINT
requiredanyvalue
stringcondition
Validates an array of any signed integer.
publicbooleanisArrayOfAnyINT
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of any signed integer.
publicbooleanisListOfAnyINT
requiredanylist
stringdelimiters,
Returns if the provided value is any unsigned integer.
publicbooleanisAnyUINT
requiredanyvalue
stringcondition
Validates an array of any unsigned integer.
publicbooleanisArrayOfAnyUINT
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of any unsigned integer.
publicbooleanisListOfAnyUINT
requiredanylist
stringdelimiters,
Returns if the provided value is a signed integer up to 8 Bit.
publicbooleanisTinyINT
requiredanyvalue
stringcondition
Validates an array of signed integer up to 8 Bit.
publicbooleanisArrayOfTinyINT
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of signed integer up to 8 Bit.
publicbooleanisListOfTinyINT
requiredanylist
stringdelimiters,
Returns if the provided value is a signed integer up to 8 Bit.
publicbooleanisTinyUINT
requiredanyvalue
stringcondition
Validates an array of signed integer up to 8 Bit.
publicbooleanisArrayOfTinyUINT
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of signed integer up to 8 Bit.
publicbooleanisListOfTinyUINT
requiredanylist
stringdelimiters,
Returns if the provided value is a signed integer up to 16 Bit.
publicbooleanisSmallINT
requiredanyvalue
stringcondition
Validates an array of signed integer up to 16 Bit.
publicbooleanisArrayOfSmallINT
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of signed integer up to 16 Bit.
publicbooleanisListOfSmallINT
requiredanylist
stringdelimiters,
Returns if the provided value is an unsigned integer up to 16 Bit.
publicbooleanisSmallUINT
requiredanyvalue
stringcondition
Validates an array of unsigned integer up to 16 Bit.
publicbooleanisArrayOfSmallUINT
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of unsigned integer up to 16 Bit.
publicbooleanisListOfSmallUINT
requiredanylist
stringdelimiters,
Returns if the provided value is a signed integer up to 24 Bit.
publicbooleanisMediumINT
requiredanyvalue
stringcondition
Validates an array of signed integer up to 24 Bit.
publicbooleanisArrayOfMediumINT
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of signed integer up to 24 Bit.
publicbooleanisListOfMediumINT
requiredanylist
stringdelimiters,
Returns if the provided value is an unsigned integer up to 24 Bit.
publicbooleanisMediumUINT
requiredanyvalue
stringcondition
Validates an array of unsigned integer up to 24 Bit.
publicbooleanisArrayOfMediumUINT
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of unsigned integer up to 24 Bit.
publicbooleanisListOfMediumUINT
requiredanylist
stringdelimiters,
Returns if the provided value is a signed integer up to 32 Bit.
publicbooleanisINT
requiredanyvalue
stringcondition
Validates an array of signed integer up to 32 Bit.
publicbooleanisArrayOfINT
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of signed integer up to 32 Bit.
publicbooleanisListOfINT
requiredanylist
stringdelimiters,
Returns if the provided value is an unsigned integer up to 32 Bit.
publicbooleanisUINT
requiredanyvalue
stringcondition
Validates an array of unsigned integer up to 32 Bit.
publicbooleanisArrayOfUINT
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of unsigned integer up to 32 Bit.
publicbooleanisListOfUINT
requiredanylist
stringdelimiters,
Returns if the provided value is a signed integer up to 64 Bit.
publicbooleanisBigINT
requiredanyvalue
stringcondition
Validates an array of signed integer up to 64 Bit.
publicbooleanisArrayOfBigINT
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of signed integer up to 64 Bit.
publicbooleanisListOfBigINT
requiredanylist
stringdelimiters,
Returns if the provided value is an unsigned integer up to 64 Bit.
publicbooleanisBigUINT
requiredanyvalue
stringcondition
Validates an array of unsigned integer up to 64 Bit.
publicbooleanisArrayOfBigUINT
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of unsigned integer up to 64 Bit.
publicbooleanisListOfBigUINT
requiredanylist
stringdelimiters,
Returns if the provided value is a signed decimal.
publicbooleanisDecimal
requiredanyvalue
numericmaxDecimalPlaces30
stringcondition
Validates an array of signed decimals.
publicbooleanisArrayOfDecimal
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of signed decimals.
publicbooleanisListOfDecimal
requiredanylist
stringdelimiters,
Returns if the provided value is an unsigned decimal.
publicbooleanisUDecimal
requiredanyvalue
numericmaxDecimalPlaces30
stringcondition
Validates an array of unsigned decimals.
publicbooleanisArrayOfUDecimal
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of unsigned decimals.
publicbooleanisListOfUDecimal
requiredanylist
stringdelimiters,
Validates an array of numerics.
publicbooleanisArrayOfNumeric
requiredanyarray
Validate all array elements.
booleanfullscanfalse
Validates a delimited list of numerics.
publicbooleanisListOfNumeric
requiredanylist
stringdelimiters,