Trim String Node

Trim String node.

The Trim String node removes specified characters from the beginning and/or end of a string. It does not affect characters in the middle of the string.

This node is useful for cleaning up input data, such as removing unwanted prefixes, suffixes, or extra whitespace.

Inmatningar

Sträng

The input string to trim.

Tecken

A set of characters to remove from the start and/or end of the string.

Each character is treated individually, and the order does not matter. Any matching characters found at the boundaries of the string are removed repeatedly until a non-matching character is encountered.

Whitespace

Removes whitespace characters (such as spaces, tabs, and line breaks) in addition to the characters specified in Characters.

Begränsa

Starta

Enables trimming from the beginning of the string.

Slut

Enables trimming from the end of the string.

Utgångar

Sträng

The resulting string after trimming.