| about | help | code help+videos | done | prefs |
strDelim
Given a String and a delimiter String, return only the portion of the String up to and including the delimiter. If the delimiter is not found in the String return "No Delim" instead. strDelim("Hello;World.", ";") → "Hello;" strDelim("Hello;World.", ".") → "Hello;World." strDelim("Hello;World.", "%") → "No Delim" ...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: 150
Copyright Nick Parlante 2017 - privacy