-
Mirar (Pontus Hagland) authored
made so replace() can take a second argument that's a mapping, instead of 2nd and 3rd argument that's arrays: > replace( "abc", (["b":"hopp","c":"duh"])); Result: "ahoppduh" Rev: src/builtin_functions.c:1.317
Mirar (Pontus Hagland) authoredmade so replace() can take a second argument that's a mapping, instead of 2nd and 3rd argument that's arrays: > replace( "abc", (["b":"hopp","c":"duh"])); Result: "ahoppduh" Rev: src/builtin_functions.c:1.317