remove(<Text>, <Text>) : Text
The remove function is used to delete specific text fragments.
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.
Type above and the results will be displayed here.