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.
Case insensitive.
So, regex will trigger to AEIOU too.
Yes! The Ruby version has a missing
)
and is not working.Hi Plainprogrammer
This is the whole point of the kata. That "issue" you are experiencing is the only reason this kata exists and you need to solve that problem in order to pass the kata.
There appears to be an issue in the runtime that causes code that should work as a solution to not work. I don't think this is an issue with the Kata itself, since the code that should work does behave as expected when run on the in-browser environment of CoffeeScript.org.
I failed when trying to submit with only "Unknown error" printed in the output, nothing else. I'm using Python. Does anyone else have this problem?
The last test case was missing it's closing paren.