Function "contains"

Summary

Tests whether a given string contains an other string. Returns 'true' or 'false'. The function belongs to the group "Logical".

The return type is boolean.

Allowed number of parameters are 2.


Parameters

Parameter Description
1 The string test
2 The string to find