up Inquisit Language Reference

endsWith function

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

Member of

<global>

Syntax

endsWith(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.