Question
valid delimiter list
Does anyone have a list of valid delimiters that won't
natively cause coldfusion to error?
I'm trying to convert a structure recursively that can contain other structures to a list.
I have this at the moment.
<cfset var delimList = "|,@,$,%,^,-,+">
Is there more? Obviously I'd have to ban/escape anything that used them.
Thanks
I'm trying to convert a structure recursively that can contain other structures to a list.
I have this at the moment.
<cfset var delimList = "|,@,$,%,^,-,+">
Is there more? Obviously I'd have to ban/escape anything that used them.
Thanks
