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.
Why not just use a separator
It's easier to read and look that way
Very nice solution, but I don't prefer use regex and replace because for long string is not very good for performance
This comment is hidden because it contains spoiler information about the solution
i didnt know that replac can perform like that
intresting thx
mine is the same but clear maybe, but you are amazing
it's really clever !! thank you for this solution.
beautiful!
Using .replace() and regex to iterate over a string is clever. Nice.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
That is true. I was solving another problem and it didn't work, when I decide to debug it I find out about what you just pointed out. I didn't even remeber I'v had similar problem in past.
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
This comment is hidden because it contains spoiler information about the solution
Loading more items...