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)

Return Type

boolean

Parameters

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

Remarks

Examples


Copyright Millisecond Software, LLC. All rights reserved.