In-reply-to » Posting from c++, fltk GUI.

This one did the trick:
std::regex tags("<[^<]*>"); std::regex_replace(std::back_inserter(outputString), inputString.begin(), inputString.end(), tags, "");

⤋ Read More