ColdFusion equivalent to string.split()
ColdFusion has a function called ListToArray. The first parameter is the
list (string) and the second parameter is the delimiter used to denote list
items.
ColdFusion has a function called ListToArray. The first parameter is the
list (string) and the second parameter is the delimiter used to denote list
items.