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.
"Fight" and "Knitting" don't have the same number of letters ..
What do you mean "that won't work"? Of course you can still match and handle that. But the difficulty would significantly increases.
This won't work. For example, how do you match a string cased like so:
fIgHT cLUb
This is not different from any other "replace a substring" kata.
It would be nice "Knitting Club" has to match the initial case.
Like "fight Club" > "knitting Club"
I like the problem context. The case handling requirement is a bit ambiguous. I imagined that "Fight Club" needed to be converted to "Knitting Club" while "fight club" needed to be converted to "knitting club", though "Knitting Club" is actually fine for both.
Needs random test cases