You need to sign in or sign up before continuing.×
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.
Very nice solution!
This is great. So I understand
.scan
, I think. But what is the \b on BOTH sides for?Ummmm wow.
VERY clever...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
VERY clever. Nice job
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
How in the hell does this work?!?
This is great. Would you mind explaining to me how this works? More specifically, I'm looking at the 'return index if yield item'. So I get the 'return index' part, but 'yield item' is what's tripping me up. You're saying 'yield' or stop if 'item' shows up?
This comment is hidden because it contains spoiler information about the solution
How in the hell does this work?