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.
Yep, this is terribly worded. If special characters and numbers need to be matched, why even bring them up?
I'm still having this issue for js.
description reads:
When my code encountered a character that does not match
/[a-z]/i
and is not a space, it would return false. The random tests generate @ symbols and numbers and expect then to be treated no different from letters.The description is still very bad: the actual behaviour is "space will be ignored but special characters and numbers won't". So you have to match them as well.
As GiacomoSorbi said: Suggestion and not an issue.
I could do that if the author is ok with it, but it would make the kata a tad more complicated for strings with length <2.
And I would consider it a suggestion, not an issue that prevents the kata from being approved :D
This rule checked both basic test and random test, look at basic test 3 and 2
Maybe it is the same problem when you try to decode a Web page with hidden chars?
HAHA, My computer can not display handwriting font...
yeah, i created this kata with a checksum solutiom but when i realised storing the text is actually faster i did that, i tried to then test it on memory consumption but that didnt change much either