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.
So we didnt even need to make it string in this way..
Solidity Translation
Thank to you BobtheLantern, now i see why;) i didn't notice there are two spaces.
The assertion message says
'break Camel Case' should equal 'break Camel Case'So, your function returned
'break Camel Case'but the correct answer was'break Camel Case'They might look similar, but notice how there are two spaces in between each word in
'break Camel Case', but there should only be one space.oh, i am really sorry. i am new at codewars, and i didn't pay attention on rules yet.
i appreciate the tips bro.
This comment is hidden because it contains spoiler information about the solution
now on dart
Translation Dart
The author is not active, all hope lies with the community.
no answer from OP
good problem
the ambiguity regarding acronyms has already been raised there
Actually, camel case is not nearly so specific. it depends on who you ask; Microsoft insists on PascalCase vs camelCase but plenty of others use lower camelCase aka dromedaryCase and UpperCamelCase aka PascalCase. See Wikipedia.
Actually, camel case is not nearly so specific. it depends on who you ask; Microsoft insists on PascalCase vs camelCase but plenty of others use lower camelCase aka dromedaryCase and UpperCamelCase aka PascalCase. See Wikipedia.
This kata should be very clear on what camp they are in and make it explicit.
UpperCamelCase isn't camelCase, it's PascalCase.
The problem description is imho too vague. First of all there are lowerCamelCase and UpperCamelCase variations and isn't quite clear which one is supposed to be used (many of the suggested solutions only work for lowerCamelCase btw.). Also there could be some notes, clarifying how potential uncommon cases or exceptions (not being pure camel cases) should be dealt with or that they won't occur (something like myCountryUSA).
Loading more items...