func.btrim
The PostgreSQL btrim function is used to remove the longest string specified in the argument from the start and end of the given string
Syntax
func.btrim(value_string, string_to_trim)
Examples
func.btrim('plaidcloudplaid','plaid') --> clou
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)