6 kyu
String transformer
3,616 of 6,989tonytangau
Description:
Given a string, return a new string that has transformed based on the input:
- Change case of every character, ie. lower case to upper case, upper case to lower case.
- Reverse the order of words from the input.
Note: You will have to handle multiple spaces, and leading/trailing spaces.
For example:
"Example Input" ==> "iNPUT eXAMPLE"
You may assume the input only contain English alphabet and spaces.
Fundamentals
Similar Kata:
Stats:
Created | Jan 13, 2017 |
Published | Jan 13, 2017 |
Warriors Trained | 10333 |
Total Skips | 951 |
Total Code Submissions | 28488 |
Total Times Completed | 6989 |
JavaScript Completions | 3616 |
PHP Completions | 462 |
Python Completions | 2389 |
Haskell Completions | 58 |
Ruby Completions | 295 |
CoffeeScript Completions | 12 |
Crystal Completions | 14 |
TypeScript Completions | 321 |
Total Stars | 140 |
% of votes with a positive feedback rating | 93% of 1187 |
Total "Very Satisfied" Votes | 1047 |
Total "Somewhat Satisfied" Votes | 113 |
Total "Not Satisfied" Votes | 27 |
Total Rank Assessments | 12 |
Average Assessed Rank | 6 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 7 kyu |