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:
parent
5d439eb4ca
commit
2a8efea1a9
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user