I am relatively new to ColdFusion, and I am migrating from a Java and PHP background. I have a comma delimited list of names. I would like to replace all of the commas with the <br /> tag. When I use the replace function, ColdFusion automatically turns the <br /> tag into <br /> How can I best replace all of the commas with an html <br /> tag? Thanks in advance.
There is a simple function you can use to do this, instead of replace: ListChangeDelims(list, new_delimiter [, delimiters ])