Table of Contents

Search

  1. Preface
  2. Part 1: Concepts and Models
  3. Part 2: Custom XConnect Created with a Load Template
  4. Appendix A: Resource Configuration File

Metadata Manager Custom Metadata Integration Guide

Metadata Manager Custom Metadata Integration Guide

trim Function

trim Function

Removes blanks from the beginning and end of a string.
The function name is case sensitive.

Syntax

trim(
string
)
The following table describes the trim arguments:
Argument
Required/Optional
Description
string
Required
Any string value. Passes the values you want to trim. You can enter an expression. Use operators to perform comparisons or concatenate strings before removing blanks from the end of a string.

Return Value

String. The string values with the starting and ending blanks removed.
NULL if a value passed to the function is NULL.

0 COMMENTS

We’d like to hear from you!