up Inquisit Language Reference

contains function

Returns true if the first string contains the second string, otherwise false.

Member of

<global>

Syntax

contains(s1, s2)

Parameters

Name Type Description
s1 string The string to be searched.
s2 string The target string to search for within the first string.

Examples


Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.