snowflake.snowpark.functions.trim¶
- snowflake.snowpark.functions.trim(e: Union[Column, str], trim_string: Optional[Union[Column, str]] = None) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.6.1/src/snowflake/snowpark/functions.py#L2131-L2157)¶
Removes leading and trailing characters from a string. Per default only whitespace ‘ ‘ characters are removed.
Example:
Example:
Example: