Skip to content

RTrim Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

string RTrim(input:string, [trimChars:string])

Description

Removes trailing white spaces or specified characters from a string.

Remarks

If the input string is null, the function returns a null value.

Supported Version

1.0.0.0 and later

Examples

RTrim([//WorkflowData/MailNickname]) RTrim([//WorkflowData/MailNickname], “~ ; ,”)

Clone this wiki locally