Easiest way to get substring from QString in Qt
Unsolved
General and Desktop
-
Hi,
One possible way is to use QRegularExpression::match or since it looks like xml, you can use QXmlStreamReader.