"git@git.lysator.liu.se:pikelang/pike.git" did not exist on "9559db32f3630357263490ab1d858a1ac11fbdc7"
Select Git revision
builtin_functions.c
-
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