| about | help | code help+videos | done | prefs |
Write a method that will take a string and categorize two parts separated by a "S" lexicographically. If the string does not have an "S" return the string. separateS("abIScd") → "abcd" separateS("oiwerISasdf") → "asdfoiwer" separateS("IAmISoCool") → "IAmoCool" ...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: 100
Copyright Nick Parlante 2017 - privacy