about | help | code help+videos | done | prefs |
Given a String containing HTML tags, remove the tags. For example, in HTML you add to indicate the start of bold text and to end the bolded text. HTML tags always use angle brackets '< >' for their starts and stops. string_removeHTMLtags("<head>This defines the head of a page</head>") → "This defines the head of a page" string_removeHTMLtags("<body>This defines the body of a page</body>") → "This defines the body of a page" string_removeHTMLtags("<b>This text is bold!</b>") → "This text is bold!" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy