about | help | code help+videos | done | prefs |
Given a string, separate lowercase letters from uppercase letters. Move all lowercase letters to the left, and all uppercase letters to the right, and return a new string. separate("abCd") → "abdC" separate("Bb") → "bB" separate("") → "" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 210
Copyright Nick Parlante 2017 - privacy