String functions

History

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

See also "Conversion functions".

Comments