User Guide

CFML Quick Reference 29
QuerySetCell(query, column_name, value [, row_number ])
QuotedValueList(
query.column [, delimiter ])
ValueList(
query.column [, delimiter ])
Security functions
Decrypt(encrypted_string, key [, algorithm [, encoding ]])
Encrypt(
string, key [, algorithm [, encoding ]])
GetAuthUser()
GenerateSecretKey(
algorithm)
GetTempDirectory()
Hash(
string [, algorithm [, encoding ]])
IsUserInRole("
role_name")
String functions
ColdFusion MX supports the Java UCS-2 representation of
Unicode character values 0–65535. (Earlier releases
supported ASCII values.)
String-processing functions process any of these characters
(including ASCII 0 (NUL) characters), and continue counting
subsequent characters of the string, if any. (In earlier
releases, some string-processing functions processed the
ASCII 0 (NUL) character, but did not process subsequent
characters of the string.)
Asc(string)
BinaryDecode(
string, binaryencoding)
BinaryEncode(
binarydata, encoding)
CharsetDecode(
string, encoding)
CharsetEncode(
binaryobject, encoding)
Chr(
number)
CJustify(
string, length)
Compare(
string1, string2)
CompareNoCase(
string1, string2)
DayOfWeekAsString(
day_of_week)
Decrypt(
encrypted_string, key [, algorithm [, encoding ]])
Encrypt(
string, key [, algorithm [, encoding ]])
Find(
substring, string [, start ])
FindNoCase(
substring, string [, start ])
FindOneOf(
set, string [, start ])
FormatBaseN(
number, radix)
GenerateSecretKey(
algorithm)
GetToken(
string, index [, delimiters ])
Hash(
string [, algorithm [, encoding ]])
HTMLCodeFormat(
string [, version ])
HTMLEditFormat(
string [, version ])
Insert(
substring, string, position)
JavaCast(
type, variable)
JSStringFormat(
string)
LCase(
string)
Left(
string, count)
Len(
string or binary object)
LJustify(
string, length)
ListValueCount(
list, value [, delimiters ])
ListValueCountNoCase(
list, value [, delimiters ])
LSIsDate(
string)
LSIsNumeric(
string)
LSParseCurrency(
string)
LSIsCurrency(
string)
LSParseDateTime(
date/time-string)