Need to get rid of unwanted characters from within a string? Try the ReplaceList() function. This function lets you specify a list of characters to be removed from a string, and a list of characters to replace them with. All you need to is provide a list of empty strings for the second list to effectively strip all unwanted characters from the string. (Applies to: ColdFusion All)
Leave a Reply