TrimLeft

Overview

The TrimLeft Node trims certain chosen characters from the left side of a String, until a different character is found. It receives as Input a String to be trimmed and the characters to trim, and it outputs the trimmed String.

For example, trimming the characters "ab" from the String "babbaacababa" results in the trimmed String "cababa".

Scope: Project, Scene, Function, Prefab.

Attributes

Inputs

Outputs

See Also

Last updated