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

More By Author:

Check out these other kata created by bestwebua

Stats:

CreatedJan 12, 2017
PublishedJan 12, 2017
Warriors Trained73684
Total Skips9291
Total Code Submissions157678
Total Times Completed47602
Ruby Completions1376
JavaScript Completions12044
Python Completions16282
PHP Completions3180
Crystal Completions56
Haskell Completions557
C# Completions2644
Java Completions6121
Rust Completions1008
TypeScript Completions1986
C Completions866
Go Completions1482
Swift Completions842
Scala Completions74
COBOL Completions2
Total Stars569
% of votes with a positive feedback rating88% of 4805
Total "Very Satisfied" Votes3795
Total "Somewhat Satisfied" Votes847
Total "Not Satisfied" Votes163
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