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.
This comment is hidden because it contains spoiler information about the solution
Would this not work with words like "of" or "the"?
The solution is not suitable for cases where the user suddenly wants to write a word through Caps Lock
This comment is hidden because it contains spoiler information about the solution
Hm, very 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
Damn.
This comment is hidden because it contains spoiler information about the solution
This solution does in one line what mine did in two.
Clever and elegant solution!
This comment is hidden because it contains spoiler information about the solution
I ran your code in visual studio.net 2015. I input null string and there is an error. Is there anything I missed running your code correctly in my computer? I'm just a newbie in C#.
This comment is hidden because it contains spoiler information about the solution
Your code is readable. But I suggest to use guards for null string value.