Qt 6.11 is out! See what's new in the release
blog
Easiest way to get substring from QString in Qt
-
Hi,
One possible way is to use QRegularExpression::match or since it looks like xml, you can use QXmlStreamReader.
Hi,
One possible way is to use QRegularExpression::match or since it looks like xml, you can use QXmlStreamReader.