Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 11/24/2015
Components: Documentation
Versions: 11.0
Failure Type: Unspecified
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Trivial / Some users will encounter
Locale/System: English / Platforms All
Vote Count: 0
3489021 added includeEmptyFields parameter to replaceList(). It is not documented.
Syntax is:
-----------
ReplaceList(string, list1, list2, includeEmptyFields)
ReplaceList(string, list1, list2, delimiter, includeEmptyFields)
ReplaceList(string, list1, list2, delimiter_list1, delimiter_list2, includeEmptyFields)
To illustrate the delimiter_list1, delimiter_list2 and includeEmptyFields parameters, could these 2 examples be added? (slightly modified from page 78 of http://www.adobe.com/support/documentation/en/coldfusion/10/cf10betafeatures.pdf)
//returns "The quick ferret jumped over the lazy ."
ReplaceList("The quick brown fox jumped over the lazy dog.", "dog:brown:fox:black", "--black-ferret-white", ":", "-", true)
//returns "The quick ferret white jumped over the lazy ."
ReplaceList("The quick brown fox jumped over the lazy dog.", "dog:brown:fox:black", "--black-ferret-white", ":", "-", false)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4091413
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: