Skip to main content Skip to complementary content

STRIP_SUFFIX

Remove the given suffix from the end of the string.

Syntax

STRIP_SUFFIX(input, suffix)

Arguments

Name Type Description Default Value
input string
suffix string

Returns

Returns a string value.


Examples

input suffix Output
"((foo))" ")" ((foo)
"foo" ")" foo

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!