Using QRegExp:
Qt Code:
QStringList fields; if(rx.exactMatch(str)) fields = rx.capturedTexts();To copy to clipboard, switch view to plain text mode
Using QRegExp:
Qt Code:
QStringList fields; if(rx.exactMatch(str)) fields = rx.capturedTexts();To copy to clipboard, switch view to plain text mode
baray98 (15th April 2008)
Bookmarks