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.
Thanks, I'll give that a shot.
they
means the numbers or special chars, not the whole string. Note it saysthe string
notthe strings
.First, it should explicity say what should be returned as they are...do you mean the string? or the character.
'nopqrstuvwxy`abcdefghijklm' should equal 'nopqrstuvwxyzabcdefghijklm'
'nopqrstuvwxyz{bcdefghijklm' should equal 'nopqrstuvwxyzabcdefghijklm'
'@Y3SEVEEEK37VH68' should equal 'ZY3SEVEEEK37VH68'
'@L3FRIRRRX37IU68' should equal 'ML3FRIRRRX37IU68'