Create Trim String ProtoFlux Node Page |
m YoshBot moved page ProtoFlux:Trim String to ProtoFlux:TrimString: Automated: removing spaces from ProtoFlux namespace |
||
(No difference)
|
Latest revision as of 00:38, 21 August 2025
Trim String
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
-
Trim String being used to get rid of bad data on a string before passing it to later code in ProtoFlux.