summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2012-10-14 17:10:43 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-14 10:26:59 +0100
commit9110d4f1ed65f02d8bbcb81ed0634d5a38c2bf9f (patch)
treee79ac59ef66baf8c545de8d5bd383eaa15d47cb5 /src/widgets
parent65fba49d639fe2499d66374486f16269e669daf0 (diff)
QString::contains overload that returns the match results
This convenience overload allows one to write QRegularExpression re1, re2, ...; QRegularExpressionMatch match; QString subject; if (subject.contains(re1, &match)) { // ... } else if (subject.contains(re2, &match)) { // ... } // .. One can then inspect the results of a successful match in each block (as well as extracting the captured substrings, etc.). Change-Id: I0fb8be8b577656e8db994198f8105c26c4fe67b0 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/widgets')
0 files changed, 0 insertions, 0 deletions