qt5base-lts/tests/auto/corelib/tools/qregularexpression
Giuseppe D'Angelo 53f9e77140 QRegularExpression: add method for extracting the capturing group names
It may be useful to know which named capturing groups are defined
in an regular expression, and for each of them, what's the
corresponding index. This commit adds the needed method
to QRegularExpression.

Note that extracting the information doesn't happen while holding
the mutex in the private -- pcre_fullinfo just reads information
from the compiled pattern, so that's thread-safe.

Task-number: QTBUG-29079
Change-Id: I50c00ee860f06427c2e6ea10417d5c0733cc8303
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2013-02-05 13:46:25 +01:00
..
alwaysoptimize Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
defaultoptimize Change copyrights from Nokia to Digia 2012-09-22 19:20:11 +02:00
.gitignore QRegularExpression: add optimizations autotest 2012-03-07 19:18:22 +01:00
qregularexpression.pro QRegularExpression: add optimizations autotest 2012-03-07 19:18:22 +01:00
tst_qregularexpression.cpp QRegularExpression: add method for extracting the capturing group names 2013-02-05 13:46:25 +01:00
tst_qregularexpression.h QRegularExpression: add method for extracting the capturing group names 2013-02-05 13:46:25 +01:00