↳
In-reply-to
»
Posting from c++, fltk GUI.
⤋ Read More
This one did the trick:
std::regex tags("<[^<]*>");
std::regex_replace(std::back_inserter(outputString), inputString.begin(), inputString.end(), tags, "");