Skip to content

LTrim Function

Jef Kazimer edited this page Dec 3, 2015 · 2 revisions

Syntax

LTrim(value:string,[trimChars:string])

Return Type

Value

Description

remove leading white spaces or specified characters from a string.

Usage Scenarios

Notes

Supported Version

Examples

LTrim([//Target/Department])LTrim([//Target/XPath], "/")
Clone this wiki locally