Trim Text

Trims the given text

This activity trims the given text.

Input

  • Trim From: Select from where the specified text is to be trimmed. The following are the available options.

    • TrimStart(default) - Removes all the leading occurrences of the specified character from the given string.

    • TrimEnd - Removes all the trailing occurrences of the specified character from the given string.

    • TrimBoth - Removes all the trailing as well as the leading occurrences of the specified character from the given string.

Output

Last updated