trim-start
Removes leading whitespace from the string supplied as an argument (see also the trim function).
Signature
trim-start(string as string) -> string |
Parameters
Name | Type | Description |
|---|---|---|
string | string | The input string. |
Removes leading whitespace from the string supplied as an argument (see also the trim function).
trim-start(string as string) -> string |
Name | Type | Description |
|---|---|---|
string | string | The input string. |