Allow multi-character delimiters for ListInsertAt()

Description

Like ListAppend() (see https://luceeserver.atlassian.net/browse/LDEV-2024 ), ListInsertAt() currently doesn’t support multi-character delimiters. It only considers the first character of the delimiters string.

Example:

<cfoutput>#listInsertAt("1, 3", 2, 2, ", ")#</cfoutput>

should output "1, 2, 3" (including the space).

Activity

Details

Assignee

Reporter

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

Priority

Created 18 June 2024 at 21:18
Updated 18 June 2024 at 21:18