TrimStart

Syntax

Trim(Source: String)

Parameters

Source. String.

Description

It returns a string with deleted spaces at the beginning of the string.

Comments

To remove spaces at the string end, use the TrimEnd function, to remove spaces at the beginning of the string and et the string end - the Trim function.

Example

Formula Result Application
= TrimStart("   Calculator")

«Calculator»

Expressions can be used in model formulas of modeling container, in formulas of time series database calculated series, in formulas of the modeling container that is a child one for time series database in expression editor.
= TrimStart("   Calculator   ")

«Calculator   »

See also:

Functions Available in Expression Editor │ Text FunctionsString.TrimStart