Blog
JavaScript – String.prototype.subIn()
Sometimes I want to be able to write code like the following so that I can substitute a placeholder for a given substring: In order to get the above code to work, I wrote the following function: This function will take an arbitrary amount of arguments and return the string Read more…