User Guide

30 CFML Quick Reference
LSParseEuroCurrency(currency-string)
LSParseNumber(
string)
LTrim(
string)
Mid(
string, start, count)
MonthAsString(
month_number)
ParagraphFormat(
string)
ParseDateTime(
date/time-string [, pop-conversion ])
REFind(
reg_expression, string [, start ]
[,
returnsubexpressions ])
REFindNoCase(
reg_expression, string [, start ]
[,
returnsubexpressions ])
RemoveChars(
string, start, count)
RepeatString(
string, count)
Replace(
string, substring1, substring2 [, scope ])
ReplaceNoCase(
string, substring1, substring2
[,
scope ])
REReplace(
string, reg_expression, substring [, scope ])
REReplaceNoCase(
string, reg_expression, substring
[,
scope ])
ReplaceList(
string, list1, list2)
Reverse(
string)
Right(
string, count)
RJustify(
string, length)
RTrim(
string)
SpanExcluding(
string, set)
SpanIncluding(
string, set)
StripCR(
string)
ToBase64(
string or binary_object [, encoding ])
ToBinary(
string_in_Base64 or binary_value)
ToString(
value [, encoding ])
Trim(
string)
UCase(
string)
URLDecode(
urlEncodedString [, charset ])
URLEncodedFormat(
string [, charset ])
Val(
string)
Wrap(
string, limit [, strip ])
XmlFormat(
string)
Structure functions
Duplicate(variable_name)
IsStruct(
variable)
StructAppend(
struct1, struct2, overwriteFlag)
StructClear(
structure)
StructCopy(
structure)
StructCount(
structure)
StructDelete(
structure, key [, indicatenotexisting ])
StructFind(
structure, key)
StructFindKey(
top, value, scope)
StructFindValue(
top, value [, scope ])
StructGet(
pathDesired)
StructInsert(
structure, key, value [, allowoverwrite ])
StructIsEmpty(
structure)
StructKeyArray(
structure)
StructKeyExists(
structure, "key")
StructKeyList(
structure [, delimiter ])
StructNew()
StructSort(
base, sortType, sortOrder, pathToSubElement)
StructUpdate(
structure, key, value)