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.
Please use spoiler flag next time.
This comment is hidden because it contains spoiler information about the solution
you look pretty.Do you have facebook?Can i get it?
Oh, my name is Dick Lim
And the result is indistinguishable from if we had!
I missed that - have redone.
Sorry I am quite new in javascript
the kata description ask to use template string
I found this test case. It has no commas in expected value. The comma here is part of the message, not part of the expected value.
This is not a kata issue.
I suspect you might have a problem with spaces. Because test fail messages are printed as html, some extra spaces in your result may be invisible. Make sure to remove all trailing spaces in accordance with kata requirements.
The problem with unseen spaces in test fail messages is well known for Codewars. There are suggestions in feature requests to enhance visualisation of spaces.
Js - I get these results for one of the submit test: Expected: JKD WBIRAQKF YE WV, instead got: JKD WBIRAQKF YE WV
What language? I do not see such test in JS or Python, but I did not check others.
A shame I come to late to contribute with the usual bunch of random tests, but I really appreciated the effort put into figuring out the edge cases: bravo to the author and translators :)!
Nice solution of yours in Ruby; I would have done that with a regex pattern (in Ruby; in Python I did like you did), but I wonder if yours would be more performing.
Hi, I've translated this into Ruby. Please approve when you get the chance!
I don't understand the test with one comma at the end. Isn't the input only supposed to uppercase English characters?