Remove leading and trailing blank space from text.
Input Fields
- text: The text you want to remove white space from the start and end, such as
Hello, World
.
Output Fields
- output: The text with the space removed. For the above example, would be
Hello, World
.