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 @jcsahnwaldt, Thanks a lot! I fixed it! Please check again!
Hi @jcsahnwaldt!
I fixed it.
Please check.
I fixed it, please check.
Your solution throws StringIndexOutOfBoundsException wenn the test case begins with whitespece.
All the solutions should give exactly the same result for each input as your asciiConvertToJ function. Your test cases should be improved accordingly.
You should clarify the handling of whitespace characters.
What is whitespace? (space + tab + newline, etc.) --> Please add some new basic test cases. Improve the Kata Description.
Your solution merges multiple whitespaces to a single blank. --> new test cases, improve the Kata Description
It is not clear from the description that the first character of the words must be converted to uppercase and the additional character of the words to lowercase. --> improve the Kata Description
In your solution, you don't take exactly the same characters as whitespace when converting characters (blank, '\t', '\n') and wenn splitting at the end of a function ("\s+").