ProtoFlux:Trim String

From Resonite Wiki
Revision as of 01:41, 19 February 2024 by 989onan (talk | contribs) (Create Trim String ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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