tracker issue : CF-4091413

select a category, or use search below
(searches all categories and all time range)
Title:

[ANeff] Doc Bug for: replaceList() includeEmptyFields undocumented

| View in Tracker

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

Listed in the version 2016.0.0.297996 Issues Fixed doc
Verification notes: verified_fixed on December 14, 2015 using build 2016.0.01.298513
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:

Please check and validate: https://helpx.stage.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-m-r/replacelist.html The examples in the document also needs to be modified according to the new parameter. Let me know if they are to be retained or modified.
Comment by Saurav G.
5221 | November 30, 2015 08:07:49 AM GMT
Hi Saurav, "helpx.stage.adobe.com" staging URLs aren't publicly viewable. So I'm unable to view that URL. However, I have confirmed the publicly-viewable version of the URL does have the changes https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-m-r/replacelist.html Thanks very much!, -Aaron
Comment by External U.
5222 | December 14, 2015 09:24:51 AM GMT