up Inquisit Language Reference

trim function

Trims the characters in the second string from the beginning and end of the first string

Member of

<global>

Syntax

trim(s1, s2)

Return Type

string

Parameters

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

Remarks

Examples


Copyright Millisecond Software, LLC. All rights reserved.