Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I really have a feeling that I'm overthinking this WAY TOO MUCH, and the answer is going to be something simple. If that's the case, then I think that makes this a really good kata. Reminds me that some times I have the tendency to over-complicate my programs in lieu of a simple approach. Now, back to this madness...
Hey, I like the way you solved this. I was wondering about the underscore as the first parameter of the callback function to the replace method. Is that a variable to the regular expression? You can put whatever you want for that parameter? Sorry if the question is stupid. I'm relatively new to this.
Thanks!
This comment is hidden because it contains spoiler information about the solution
https://www.youtube.com/watch?v=ljNi8nS5TtQ
At about 30 minutes into this video, he goes over the exact same thing that this Kata is trying to teach. It helped me to
not only complete the Kata, but to understand exactly what was going on.
This comment is hidden because it contains spoiler information about the solution