6 kyu
String transformer
3,591 of 6,917tonytangau
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 | 10204 |
Total Skips | 944 |
Total Code Submissions | 28143 |
Total Times Completed | 6917 |
JavaScript Completions | 3591 |
PHP Completions | 458 |
Python Completions | 2353 |
Haskell Completions | 56 |
Ruby Completions | 293 |
CoffeeScript Completions | 12 |
Crystal Completions | 14 |
TypeScript Completions | 317 |
Total Stars | 140 |
% of votes with a positive feedback rating | 93% of 1183 |
Total "Very Satisfied" Votes | 1044 |
Total "Somewhat Satisfied" Votes | 112 |
Total "Not Satisfied" Votes | 27 |
Total Rank Assessments | 12 |
Average Assessed Rank | 6 kyu |
Highest Assessed Rank | 6 kyu |
Lowest Assessed Rank | 7 kyu |