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.
Hi! Your attempt solution looks great, but can you think "whats make character last in the word"? And what is the best data structure to implement it?
That's because you decided to rename the function from
alphabet_position
totransformer2
. It won't work, the tests look for the original name.How are you recreating the tests? How do you know you're using the same regex engine as CW?
I'd recommend coding directly in CW, to make sure it works as it would on CW as you code it.