String functions

History

ColdFusion MX: ColdFusion now 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
GetToken
LSParseDateTime
Reverse
BinaryDecode
Hash
LSParseEuroCurrency
Right
BinaryEncode
HTMLCodeFormat
LSParseNumber
RJustify
CharsetDecode
HTMLEditFormat
LTrim
RTrim
CharsetEncode
Insert
Mid
SpanExcluding
Chr
JavaCast
MonthAsString
SpanIncluding
CJustify
JSStringFormat
ParagraphFormat
StripCR
Compare
LCase
ParseDateTime
ToBase64
CompareNoCase
Left
REFind
ToBinary
DayOfWeekAsString
Len
REFindNoCase
ToString
Decrypt
LJustify
RemoveChars
Trim
Encrypt
ListValueCount
RepeatString
UCase
Find
ListValueCountNoCase
Replace
URLDecode
FindNoCase
LSIsDate
ReplaceNoCase
URLEncodedFormat
FindOneOf
LSIsNumeric
REReplace
Val
FormatBaseN
LSParseCurrency
REReplaceNoCase
Wrap
GenerateSecretKey
LSIsCurrency
ReplaceList
XmlFormat

See also Conversion functions.


View comments in LiveDocs