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.
Yes, it starts over with each word.
ah, as I understanding we need to consider each word separately.
therefore index i not 5 or 6 it's 0. ?
Read the post below yours, they never count. You need to count by word.
'ThIs iS A TeSt' should equal 'ThIs Is A TeSt'
It means, its not counting the first space only.
If iS going to Is, rest of the string had to "A tEsT"
little problematic kata I suppose.