Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:TrimString

From Resonite Wiki
(Redirected from ProtoFlux:Trim String)
Trim String
A
*
Strings

Trim String is a ProtoFlux node that trims a string according to the microsoft implmentation Trim String which removes any white space at the beginning or end of the string including any extra special invisible control characters.

Inputs

A (String)

The string to trim.

Outputs

* (String)

A (String) that is trimmed according to the microsoft implmentation Trim String.

Examples