Trim(Source: String)
Source. String.
It returns a string with deleted spaces at the beginning of the string.
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.
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 Functions │ String.TrimStart