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

More By Author:

Check out these other kata created by bestwebua

Stats:

CreatedJan 12, 2017
PublishedJan 12, 2017
Warriors Trained73171
Total Skips9256
Total Code Submissions156770
Total Times Completed47217
Ruby Completions1373
JavaScript Completions11957
Python Completions16122
PHP Completions3166
Crystal Completions56
Haskell Completions554
C# Completions2618
Java Completions6079
Rust Completions1004
TypeScript Completions1959
C Completions861
Go Completions1463
Swift Completions838
Scala Completions74
COBOL Completions2
Total Stars568
% of votes with a positive feedback rating88% of 4779
Total "Very Satisfied" Votes3774
Total "Somewhat Satisfied" Votes845
Total "Not Satisfied" Votes160
Total Rank Assessments11
Average Assessed Rank
6 kyu
Highest Assessed Rank
6 kyu
Lowest Assessed Rank
7 kyu
Ad
Contributors
  • bestwebua Avatar
  • GiacomoSorbi Avatar
  • shadowmanos Avatar
  • anter69 Avatar
  • PG1 Avatar
  • donaldsebleung Avatar
  • Chrono79 Avatar
  • imjasonmiller Avatar
  • kazk Avatar
  • docgunthrop Avatar
  • JorgeVS Avatar
  • Blind4Basics Avatar
  • wneumann Avatar
  • a.merezhanyi Avatar
  • Voile Avatar
  • Souzooka Avatar
  • Pixie11 Avatar
  • FArekkusu Avatar
  • markus.benko Avatar
  • hobovsky Avatar
  • uniapi Avatar
  • xavierguihot Avatar
  • solitude Avatar
  • kirull Avatar
  • user8436785 Avatar
  • akar-0 Avatar
  • yLaWy Avatar
  • KayleighWasTaken Avatar
Ad