Trim Left

Logic Name

Trim Left

Function

Trims the left side of the input string.

Data Types

Location Type
The first input handler String
Logic output String
lightbulbRefer to "Logic Specifications" for details.

Properties

Category Property Description
Trim Trim normal-width space Specify whether to trim en-width space.
Trim Trim em-width space Specify whether to trim the em-width spaces.
Trim Trim newline Specify whether to trim newlines.
Trim Trim TAB Specify whether to trim tab.
Trim Other character to trim Directly specifies the characters to trim.
Comment Comment The comment will also be output to the specifications.It does not affect the conversion process.

Logic Sample

Mapping Definition

Logic Settings and Processing Result

Trim and output the half-width spaces, tabs and newlines before and after the input data.
You do not trim Em-width spaces.
In the below example, "_" indicates a half-width space, "[]" for an em-width space, "\t" for a tab, and "\n" for a newline.
Property Setting
Trim normal-width space Checked
Trim em-width space Not Checked
Trim newline Checked
Trim TAB Checked
Other character to trim  
Input Data
_ABCDE_
[]XYZ[]
\tTAB\t
\nNEWLINE\n
Result Data
ABCDE_
[]XYZ[]
TAB\t
NEWLINE\n