Doc: added more details about contains(variablename,value)

Task-number: QTBUG-31428
Change-Id: Ie9b4a1f5392f24b5b0b2cb94115edd0814ba92d1
Reviewed-by: Martin Smith <martin.smith@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
Nico Vertriest 2013-06-18 12:02:04 +02:00 committed by The Qt Project
parent 5d439eb4ca
commit 2a8efea1a9

View File

@ -2786,8 +2786,10 @@
\section2 contains(variablename, value)
Succeeds if the variable \c variablename contains the value \c value;
otherwise fails. You can check the return value of this function using
a scope.
otherwise fails. It is possible to specify a regular expression for
parameter \e value.
You can check the return value of this function using a scope.
For example: