Skip to content

Have the function DifferentCases(str) take the str parameter being passed and return it in upper camel case format where the first letter of each word is capitalized. The string will only contain letters and some combination of delimeter punctuation character separating each word.

Notifications You must be signed in to change notification settings

bosimanurung/StringChallenge

Repository files navigation

StringChallenge

A string challenge for all of you. Have the function DifferentCases(str) take the str parameter being passed and return it in upper camel case format where the first letter of each word is capitalized. The string will only contain letters and some combination of delimeter punctuation character separating each word, and another string challenges.

About

Have the function DifferentCases(str) take the str parameter being passed and return it in upper camel case format where the first letter of each word is capitalized. The string will only contain letters and some combination of delimeter punctuation character separating each word.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages