| | 04:28 UTC Revision 1 . . . . Marcin Borkowski – Recently, 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. |