Skip to main content Skip to complementary content

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` |

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!