You need something like:Qt Code:
body.remove( QRegExp( "<(?:div|span|tr|td|br|body|html|tt|a|strong|p)[^>]*>", Qt::CaseInsensitive ) );To copy to clipboard, switch view to plain text mode
You need something like:Qt Code:
body.remove( QRegExp( "<(?:div|span|tr|td|br|body|html|tt|a|strong|p)[^>]*>", Qt::CaseInsensitive ) );To copy to clipboard, switch view to plain text mode
Bookmarks