View Issue Details

IDProjectCategoryView StatusLast Update
0000746LDMudLPC Languagepublic2021-04-16 22:14
Reporterbubbs Assigned To 
PrioritynormalSeveritytrivialReproducibilityN/A
Status closedResolutionwon't fix 
Summary0000746: implode(string *, string | void ) -> second argument assumes ""
DescriptionIt'd be handy if we could add "" as a default to the second argument to implode().

That's it. I'd find it useful in a number of cases, but especially with regexplode(); for example;
implode(map(regexplode("sting", "[st]"), ([ "s":"S", "t":"tr", ])))

Or map();
write(implode(map(users()->query_name(), #'+, "\n")))
TagsNo tags attached.
External Data (URL)

Activities

Gnomi

2021-04-16 22:14

manager   ~0002617

We prefer giving the delimiter explicitly, and we think these three characters are not a high burden.
Therefore closing this ticket.

Issue History

Date Modified Username Field Change
2010-04-20 16:22 bubbs New Issue
2021-04-16 22:14 Gnomi Status new => closed
2021-04-16 22:14 Gnomi Resolution open => won't fix
2021-04-16 22:14 Gnomi Note Added: 0002617