Remove whitespace characters from the start, end, or all text
ID
tool-text-trim-spaces
Name
Trim Spaces
Group
Text
Package
Tool
Keywords
Render
After creating a node, to the first port, connect the text to remove whitespace characters from the beginning, end, or all of the text. Connect the optional boolean value for trim spaces in the text at the start to the second port and at the end to the third port. Connect the optional boolean value for trim spaces at all text to the fourth port. On the output port, we will get the result of the text trimmed.
Characters
Text Join
Concatenate
Text Case
Match Text
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
text | String | Text to trim | |
start | Boolean | Trim spaces at start | |
end | Boolean | Trim spaces at end | |
all | Boolean | Trim spaces in all text |
Outputs
Name | Type | Description |
---|---|---|
trimmedText | String | Trimmed text |