6 kyu
CamelCase Method
1,376 of 47,602bestwebua
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 | 73684 |
Total Skips | 9291 |
Total Code Submissions | 157678 |
Total Times Completed | 47602 |
Ruby Completions | 1376 |
JavaScript Completions | 12044 |
Python Completions | 16282 |
PHP Completions | 3180 |
Crystal Completions | 56 |
Haskell Completions | 557 |
C# Completions | 2644 |
Java Completions | 6121 |
Rust Completions | 1008 |
TypeScript Completions | 1986 |
C Completions | 866 |
Go Completions | 1482 |
Swift Completions | 842 |
Scala Completions | 74 |
COBOL Completions | 2 |
Total Stars | 569 |
% of votes with a positive feedback rating | 88% of 4805 |
Total "Very Satisfied" Votes | 3795 |
Total "Somewhat Satisfied" Votes | 847 |
Total "Not Satisfied" Votes | 163 |
Total Rank Assessments | 11 |
Average Assessed Rank | 6 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 7 kyu |