I have a Gimp plugin that renames files and I needed a replace function. Unfortunately TinyScheme that Gimp uses does not have a replace function for strings. I searched a lot but couldn’t find one that worked as a true string-replace. Answer to follow…
Share
Here is the implementation that I created. Please feel free to let me know if there is a better solution.