skx/monkey

Rewrite string.interpolate in 100% monkey.

skx opened this issue · 0 comments

skx commented

Given input like this:

string.interpolate("Steve ${surname}", { "surname": "Kemp" } );
-> "Steve Kemp"