up Inquisit Language Reference

trimRight function

Trims the characters in the second string from the right side of the first string

Member of

<global>

Syntax

trimRight(s1, s2)

Return Type

string

Parameters

Name Type Description
s1 string The string to be trimmed.
s2 string The characters to trim from the right of the first string.

Remarks

Examples


Copyright Millisecond Software, LLC. All rights reserved.