User Guide
16 Quick Reference to CFML
ParseDateTime(
string1
[,
string2
] )
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
)
ToString(
any_value
)
Trim(
string
)
UCase(
string
)
Val(
string
)
XMLFormat(
string
)
Structure functions
IsStruct(
variable
)
StructClear(
structure
)
StructCopy(
structure
)
StructCount(
structure
)
StructDelete(
structure
,
key
[,
indicatenotexisting
])
StructFind(
structure
,
key
)
StructInsert(
structure
,
key
,
value
[,
allowoverwrite
])
StructIsEmpty(
structure
)
StructKeyArray(
structure
)
StructKeyExists(structure, key)
StructKeyList(
structure
[,
delimiter
])
StructNew()
StructUpdate(
structure
,
key
,
value
)
System functions
DirectoryExists(
absolute_path
)
ExpandPath(
relative_path
)
FileExists(
absolute_path
)
GetBaseTemplatePath()
GetCurrentTemplatePath()
GetDirectoryFromPath(
path
)
GetFileFromPath(
path
)
GetMetricData(
monitor_name
)
GetProfileString(
IniPath
,
Section, Entry
)
GetTempDirectory()
GetTempFile(
dir
,
prefix
)
†
GetTemplatePath()
SetProfileString(
IniPath, Section, Entry, Value
)