Skip to content

Diegofdev/String-Challenge-Coderbyte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

### String Challenge

**

Have the function StringChallenge(**str**) take the str parameter being passed and return it in proper camel case format where the first letter of each word is capitalized (excluding the first letter). The string will only contain letters and some combination of delimiter punctuation characters separating each word.

For example: if str is "BOB loves-coding" then your program should return the string bobLovesCoding.

Once your function is working, take the final output string and intersperse it character-by-character with your ChallengeToken.

Your ChallengeToken: **r1omjb4zc8f**

Examples

Input: "cats AND*Dogs-are Awesome"  
Output: catsAndDogsAreAwesome  
Final Output: cra1tosmAjnbd4Dzocg8sfAreAwesome

Input: "a b c d-e-f%g"  
Output: aBCDEFG  
Final Output: arB1CoDmEjFbG4zc8f

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages