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.
does this regex mean that it matches any character? And when it finds a match it ignores all other matches in the string?
I tried running it in RegExr, and I got confused why it ignored "The" at the beginning of the string but matched 'the' elsewhere.
Wasn't an issue, I was passing a string parameter for replace.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Jesus, what was I thinking with this code? xD