about | help | code help+videos | done | prefs |
Returns all the characters between < and > in the given string. However, if either < or > is missing, or the > comes before the <, return "ERROR" Assume that the string contains no more than one < and one >. taggy("Once <upon a> time") → "upon a" taggy("<html> uses tags") → "html" taggy("this >is< trouble") → "ERROR" ...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