String functions

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

JSStringFormat

MonthAsString

SpanExcluding

Chr

LCase

ParagraphFormat

SpanIncluding

CJustify

Left

ParseDateTime

StripCR

Compare

Len

REFind

ToBase64

CompareNoCase

LJustify

REFindNoCase

ToBinary

DayOfWeekAsString

ListValueCount

RemoveChars

ToString

Decrypt

ListValueCountNoCase

RepeatString

Trim

Encrypt

LSIsCurrency

Replace

UCase

FormatBaseN

LSIsDate

ReplaceList

URLDecode

Find

LSIsNumeric

ReplaceNoCase

URLEncodedFormat

FindNoCase

LSParseCurrency

REReplace

Val

FindOneOf

LSParseDateTime

REReplaceNoCase

Wrap

GetToken

LSParseEuroCurrency

Reverse

XmlFormat

Hash

LSParseNumber

Right

 

Insert

LTrim

RJustify

 

JavaCast

Mid

RTrim

 

See also Conversion functions.

View comments on LiveDocs