6 kyu
CamelCase Method
1,373 of 47,217bestwebua
Description:
Write a method (or function, depending on the language) that converts a string to camelCase, that is, all words must have their first letter capitalized and spaces must be removed.
Examples (input --> output):
"hello case" --> "HelloCase"
"camel case word" --> "CamelCaseWord"
Don't forget to rate this kata! Thanks :)
Fundamentals
Algorithms
Strings
Similar Kata:
Stats:
Created | Jan 12, 2017 |
Published | Jan 12, 2017 |
Warriors Trained | 73171 |
Total Skips | 9256 |
Total Code Submissions | 156770 |
Total Times Completed | 47217 |
Ruby Completions | 1373 |
JavaScript Completions | 11957 |
Python Completions | 16122 |
PHP Completions | 3166 |
Crystal Completions | 56 |
Haskell Completions | 554 |
C# Completions | 2618 |
Java Completions | 6079 |
Rust Completions | 1004 |
TypeScript Completions | 1959 |
C Completions | 861 |
Go Completions | 1463 |
Swift Completions | 838 |
Scala Completions | 74 |
COBOL Completions | 2 |
Total Stars | 568 |
% of votes with a positive feedback rating | 88% of 4779 |
Total "Very Satisfied" Votes | 3774 |
Total "Somewhat Satisfied" Votes | 845 |
Total "Not Satisfied" Votes | 160 |
Total Rank Assessments | 11 |
Average Assessed Rank | 6 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 7 kyu |