Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
ArthurArthurPriority
NewLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
NoneAffects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Arthur
ArthurPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Affects versions
Created 20 November 2021 at 02:04
Updated 30 May 2023 at 06:49
Resolved 30 May 2023 at 06:49
When trying to replace text via a struct, but certain keys are not found in the text gibberish characters are inserted.
<cfscript> writeDump(var= replace("one string, two strings, three strings", {"one": 1, "two": 2, "three": 3, "four": 4, "five": 5}), label="replace via a struct" ); </cfscript>
This results in
string, strings, strings