summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/regularexpression.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Add QRegularExpression based regexp toolSamuel Gaist2015-04-021-0/+48
Currently only the QRegExp based regexp tool is available to help build regular expression. This patch aims to add the equivalent that use the new QRegularExpression class. Change-Id: Ie5f711640b32a6d10ce44d2c7795062c1aacce3f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>