If i have a string of Qstring class type. How can i get substring in that?
If i have a string of Qstring class type. How can i get substring in that?
QString::mid(), QString::left(), QString::right() or you can use QRegExp::indexIn() with QRegExp::capturedTexts() or or or