Location | Type |
---|---|
The first input handler | String |
Logic output | String |
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. |
Property | Setting |
---|---|
Trim normal-width space | Checked |
Trim em-width space | Not Checked |
Trim newline | Checked |
Trim TAB | Checked |
Other character to trim |
_ABCDE_ |
[]XYZ[] |
\tTAB\t |
\nNEWLINE\n |
ABCDE |
[]XYZ[] |
TAB |
NEWLINE |