Draft

Letter Changes

554 of 633hgopi

Description:

Welcome to this Kata. In this Kata you will be given a string. Your task is to replace every character with the letter following it in the alphabet (for example, "b" should be "c", "z" should be "a" and capital "Z" should be "A").

The test cases would not have any special symbols or numbers but it will have spaces. And the upper and lower cases should be retained in your output.

For Example:

letterChange('Lorem Ipsum')    // return Mpsfn Jqtvn
letterChange "Lorem Ipsum" `shouldBe` "Mpsfn Jqtvn"
Fundamentals
Strings

Stats:

CreatedApr 17, 2015
Warriors Trained1523
Total Skips262
Total Code Submissions3457
Total Times Completed633
JavaScript Completions554
Haskell Completions84
Total Stars17
% of votes with a positive feedback rating93% of 162
Total "Very Satisfied" Votes144
Total "Somewhat Satisfied" Votes14
Total "Not Satisfied" Votes4
Total Rank Assessments160
Average Assessed Rank
6 kyu
Highest Assessed Rank
1 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • hgopi Avatar
  • jhoffner Avatar
  • bkaes Avatar
  • Voile Avatar
Ad