History of 2017-08-21 replace-regexen-in-string

2017-08-21
04:28 UTC Revision 1 . . . . Marcin BorkowskiRecently, I had a need to do some replacements in a string. Basically, that meant repeatedly calling replace-regexp-in-string. I strongly disliked the idea of nesting these calls, so I set out to write a simple tool to help with that.