Skip to main content Skip to complementary content

STRIP_PREFIX

Remove the given prefix from the beginning of the string.

Syntax

STRIP_PREFIX(input, prefix)

Arguments

Name Type Description Default Value
input string
prefix string

Returns

Returns a string value.


Examples

input prefix 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!