User Guide

Function changes since ColdFusion 5 57
REReplace
REReplaceNoCase
Changes ColdFusion MX In replacement strings, the
following character pairs now
represent case conversion
codes: \E, \l, \L, \u, and \U.
If your ColdFusion 5
application has a replacement
string with one of these
character pairs, escape it by
prefixing it with a backslash;
for example, \\u.
To include special characters
for backrefs (\1), prefix them
with an additional blackslash;
for example, \\1. To include a
real backref, prefix an
additional backslash; for
example, \\\1.
For case conversion codes,
additional backslash prefixes
alternate between escaping
the code and not. For
backrefs, they always escape.
ReleaseComObject
All ColdFusion MX 6.1
SendGatewayMessage
All ColdFusion MX 7
SetEncoding
All ColdFusion MX
StructKeyList
Change ColdFusion MX This function returns struct
keys in the order they are
created, not in alphabetical
order like in ColdFusion 5.
To sort struct values, you can
use the
StructSort function.
TimeFormat
l key of mask
parameter
ColdFusion MX 6.1
ToScript
All ColdFusion MX 7
URLDecode
charset
parameter
ColdFusion MX
URLEncodedFormat
charset
parameter
ColdFusion MX
URLSessionFormat
All ColdFusion MX
Wrap
All ColdFusion MX 6.1
XmlChildPos
All ColdFusion MX
XmlElemNew
All ColdFusion MX
Function Parameter,
value, or
change
Added in this
ColdFusion
release
Comment