User Guide

26 CFML Quick Reference
LJustify(string, length)
ListValueCount(list, value [, delimiters ])
ListValueCountNoCase
(list, value [, delimiters ])
LSIsCurrency(string)
LSIsDate(string)
LSIsNumeric(string)
LSParseCurrency(string)
LSParseDateTime(date/time-string)
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 ])
ReplaceList(string, list1, list2)
ReplaceNoCase(string, substring1, substring2
[, scope ])
REReplace(string, reg_expression, substring
[, scope ])
REReplaceNoCase(string, reg_expression, substring
[, scope ])
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(any_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)