I needed to use javacast() for the split function....
# cfml-general
j
I needed to use javacast() for the split function. Can someone tell me how to convert this back to a coldfusion array?
Copy code
javaCast("string", row).split(',(?=([^\"]*\"[^\"]*\")*[^\"]*$)')
a
💯 1
j
You rock
a
Fallen afoul of this before 😉