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

RTrim

Reads the string and removes all trailing white spaces.

Usage:

RTrim( String )

Parameters:

string The string that should be trimmed.

Returns:

The string without trailing white spaces.

Examples:

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

See also: