Trim
The Trim action removes whitespaces from both ends of a string.
Overview
The Trim action removes whitespaces from both ends of a string.

Inputs & Outputs
- [ I ] Input string: String to be trimmed.
- [ O ] Result: String representing the input after trimming whitespaces from both ends.

