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.
This comment is hidden because it contains spoiler information about the solution
The difficulty is in that you need to write a regex, not a function.
The solution window for python doesn't have what function we are supposed to use. It just has this ‘PATTERN = re.compile(r’’)’ which isn’t a format I’ve ever seen on codewars before. Also, this seems way too easy to be a 4 kyu.
This comment is hidden because it contains spoiler information about the solution
A few hints:
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Use conditional comments in the instructions so method's names are right for the current language. Also a starting code for javascript would be fine, just like there is one for other languages.
You have to add a method to
String
class.Something doesn't seem to be right with the Javascript test. The instructions say is_uppercase but the test are isUpperCase but even changing the name of the function I still get not a function.
Man, the optimisation is what I'm enjoying most about this. Still not quite there though. It's a tricky one.
return something.
Fixed.
It was Python. Thx. Will do in the future.
Fixed.
Loading more items...