up Inquisit Language Reference

startsWith function

Returns true if the first string starts with the second string.

Member of

<global>

Syntax

startsWith(s1, s2)

Return Type

boolean

Parameters

Name Type Description
s1 string The first string.
s2 string The second string.

Remarks

Examples


Copyright Millisecond Software, LLC. All rights reserved.