Functions59 public, 1 private
| Returns if the provided value consists of alphanumeric characters only. Based on POSIX: a-zA-Z0-9 | |||
| public | boolean | isAlphaNumeric | |
| required | any | value | |
| Returns if the provided array contains objects and objects only. An empty array returns [true]. | |||
| public | boolean | isArrayOfObject | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Returns if the provided array contains strings and strings only. An empty array returns [true]. | |||
| public | boolean | isArrayOfString | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Returns if the provided array contains structs and structs only. An empty array returns [true]. | |||
| public | boolean | isArrayOfStruct | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Returns if the provided value is considered as Base64 encoded string. | |||
| public | boolean | isBase64 | |
| required | any | value | |
| Allow "/" and "+" to be replaced by "_" and "-". | |||
| boolean | acceptUrlFriendly | true | |
| 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 | |||
| public | boolean | isBetween | |
| required | any | value | |
| required | numeric | from | |
| required | numeric | to | |
| Returns if the provided value is considered as Hex encoded string. | |||
| public | boolean | isHex | |
| required | any | value | |
| Returns if the provided value is considered as Hex encoded color. The pound can be absent. | |||
| public | boolean | isHexColor | |
| required | any | value | |
| boolean | acceptAlpha | true | |
| Returns if the provided value is considered as e-mail address. | |||
| public | boolean | isMailAddress | |
| required | any | value | |
| Validates an array of e-mail addresses. | |||
| public | boolean | isArrayOfMailAddress | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of e-mail addresses. | |||
| public | boolean | isListOfMailAddress | |
| required | any | list | |
| string | delimiters | , | |
| Returns if the provided value is considered as MD5 hash of 128 Bit (32 characters). | |||
| public | boolean | isMD5 | |
| required | any | value | |
| Returns if the provided value is a Punycode domain or must be represented as one. | |||
| public | boolean | isPunycodeDomain | |
| required | any | value | |
| Returns if the provided value is a valid regular expression that be used by ColdFusion. | |||
| public | boolean | isRegEx | |
| required | any | value | |
| Returns if the provided value is considered as a fully qualified URL. Does not support unicode. | |||
| public | boolean | isUrl | |
| required | any | value | |
| Returns if the provided value is any signed integer. | |||
| public | boolean | isAnyINT | |
| required | any | value | |
| string | condition | ||
| Validates an array of any signed integer. | |||
| public | boolean | isArrayOfAnyINT | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of any signed integer. | |||
| public | boolean | isListOfAnyINT | |
| required | any | list | |
| string | delimiters | , | |
| Returns if the provided value is any unsigned integer. | |||
| public | boolean | isAnyUINT | |
| required | any | value | |
| string | condition | ||
| Validates an array of any unsigned integer. | |||
| public | boolean | isArrayOfAnyUINT | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of any unsigned integer. | |||
| public | boolean | isListOfAnyUINT | |
| required | any | list | |
| string | delimiters | , | |
| Returns if the provided value is a signed integer up to 8 Bit. | |||
| public | boolean | isTinyINT | |
| required | any | value | |
| string | condition | ||
| Validates an array of signed integer up to 8 Bit. | |||
| public | boolean | isArrayOfTinyINT | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of signed integer up to 8 Bit. | |||
| public | boolean | isListOfTinyINT | |
| required | any | list | |
| string | delimiters | , | |
| Returns if the provided value is a signed integer up to 8 Bit. | |||
| public | boolean | isTinyUINT | |
| required | any | value | |
| string | condition | ||
| Validates an array of signed integer up to 8 Bit. | |||
| public | boolean | isArrayOfTinyUINT | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of signed integer up to 8 Bit. | |||
| public | boolean | isListOfTinyUINT | |
| required | any | list | |
| string | delimiters | , | |
| Returns if the provided value is a signed integer up to 16 Bit. | |||
| public | boolean | isSmallINT | |
| required | any | value | |
| string | condition | ||
| Validates an array of signed integer up to 16 Bit. | |||
| public | boolean | isArrayOfSmallINT | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of signed integer up to 16 Bit. | |||
| public | boolean | isListOfSmallINT | |
| required | any | list | |
| string | delimiters | , | |
| Returns if the provided value is an unsigned integer up to 16 Bit. | |||
| public | boolean | isSmallUINT | |
| required | any | value | |
| string | condition | ||
| Validates an array of unsigned integer up to 16 Bit. | |||
| public | boolean | isArrayOfSmallUINT | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of unsigned integer up to 16 Bit. | |||
| public | boolean | isListOfSmallUINT | |
| required | any | list | |
| string | delimiters | , | |
| Returns if the provided value is a signed integer up to 24 Bit. | |||
| public | boolean | isMediumINT | |
| required | any | value | |
| string | condition | ||
| Validates an array of signed integer up to 24 Bit. | |||
| public | boolean | isArrayOfMediumINT | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of signed integer up to 24 Bit. | |||
| public | boolean | isListOfMediumINT | |
| required | any | list | |
| string | delimiters | , | |
| Returns if the provided value is an unsigned integer up to 24 Bit. | |||
| public | boolean | isMediumUINT | |
| required | any | value | |
| string | condition | ||
| Validates an array of unsigned integer up to 24 Bit. | |||
| public | boolean | isArrayOfMediumUINT | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of unsigned integer up to 24 Bit. | |||
| public | boolean | isListOfMediumUINT | |
| required | any | list | |
| string | delimiters | , | |
| Returns if the provided value is a signed integer up to 32 Bit. | |||
| public | boolean | isINT | |
| required | any | value | |
| string | condition | ||
| Validates an array of signed integer up to 32 Bit. | |||
| public | boolean | isArrayOfINT | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of signed integer up to 32 Bit. | |||
| public | boolean | isListOfINT | |
| required | any | list | |
| string | delimiters | , | |
| Returns if the provided value is an unsigned integer up to 32 Bit. | |||
| public | boolean | isUINT | |
| required | any | value | |
| string | condition | ||
| Validates an array of unsigned integer up to 32 Bit. | |||
| public | boolean | isArrayOfUINT | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of unsigned integer up to 32 Bit. | |||
| public | boolean | isListOfUINT | |
| required | any | list | |
| string | delimiters | , | |
| Returns if the provided value is a signed integer up to 64 Bit. | |||
| public | boolean | isBigINT | |
| required | any | value | |
| string | condition | ||
| Validates an array of signed integer up to 64 Bit. | |||
| public | boolean | isArrayOfBigINT | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of signed integer up to 64 Bit. | |||
| public | boolean | isListOfBigINT | |
| required | any | list | |
| string | delimiters | , | |
| Returns if the provided value is an unsigned integer up to 64 Bit. | |||
| public | boolean | isBigUINT | |
| required | any | value | |
| string | condition | ||
| Validates an array of unsigned integer up to 64 Bit. | |||
| public | boolean | isArrayOfBigUINT | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of unsigned integer up to 64 Bit. | |||
| public | boolean | isListOfBigUINT | |
| required | any | list | |
| string | delimiters | , | |
| Returns if the provided value is a signed decimal. | |||
| public | boolean | isDecimal | |
| required | any | value | |
| numeric | maxDecimalPlaces | 30 | |
| string | condition | ||
| Validates an array of signed decimals. | |||
| public | boolean | isArrayOfDecimal | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of signed decimals. | |||
| public | boolean | isListOfDecimal | |
| required | any | list | |
| string | delimiters | , | |
| Returns if the provided value is an unsigned decimal. | |||
| public | boolean | isUDecimal | |
| required | any | value | |
| numeric | maxDecimalPlaces | 30 | |
| string | condition | ||
| Validates an array of unsigned decimals. | |||
| public | boolean | isArrayOfUDecimal | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of unsigned decimals. | |||
| public | boolean | isListOfUDecimal | |
| required | any | list | |
| string | delimiters | , | |
| Validates an array of numerics. | |||
| public | boolean | isArrayOfNumeric | |
| required | any | array | |
| Validate all array elements. | |||
| boolean | fullscan | false | |
| Validates a delimited list of numerics. | |||
| public | boolean | isListOfNumeric | |
| required | any | list | |
| string | delimiters | , | |