Trim String

Click to copy

Removes whitespaces in the beginning and end of a given string.


Example: Trim String(" lorem ") = "lorem".

Flow Connections

  • [Input] In - starts the block's execution.
  • [Output] Out - activates when the block has finished its execution.

Data Connections

  • [Input] String (string) - string to be trimmed.
  • [Output] Result (string) - result of the operation.