{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}

LTrim

Reads the string and removes all leading white spaces.

Usage:

LTrim( String )

Parameters:

string The string that should be trimmed.

Returns:

The string without leading white spaces.

Examples:

LTrim(" abc ")  // Returns the string "abc ".
LTrim(" abc")   // Returns the string "abc".

See also: