STRIP_MARGIN
For each line, remove the prefix of control or whitespace characters, followed by the given margin character.
Syntax
STRIP_MARGIN(marginChar, input)
Arguments
| Name | Type | Description | Default Value |
|---|---|---|---|
| marginChar | char | ||
| input | string |
Returns
Returns a string value.
Examples
| marginChar | input | Output |
|---|---|---|
| |
'Hello |
\| World' | World` |