Function: remove()

Usage

remove(<Text>, <Text>) : Text

The remove function is used to delete specific text fragments.

Examples

remove("abc", "b") => "ac"

The remove() function is most commonly used for value formatting. For example, if the @Company value is ACME LLC, you can use the remove function to format the value as follows:

remove(@Company, "LLC") => "ACME"

Learn more about how you can get started using the Formula Field.

What would you improve in this article?
Powered by:

Type above and the results will be displayed here.