Patches

Trim Text

Trim Text

Trim a text string to a smaller portion of it. Equivalent of substring in programming.

Trim Text

  • Text
  • Position
  • Length
  •  

Text

A text string to trim.

Position

The position of the character to start trimming at.

Length

The number of characters to trim the text string to.

Output

The trimmed text string.