Trimmer

[string/Trimmer]


Removes whitespace from both ends of string input. Example:

  1. " foo"@0 received via string

  2. "foo"@0 sent via trimmed


Keywords: remove, whitespace

Input ports

  • string: string

    Receives string to be trimmed. Example: " foo"

Output ports

  • trimmed: string

    Sends trimmed string. Example "foo"

Last updated