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