Trim

Description

This will trim a given string.

Syntax

target.strlib.Trim(str, what, left, right)

str (input) - the input string

what (input) - not yet published

left (input) - the left bound where you want to trim

right (input) - the right bound of where you want to trim

Return value

This function will return a string.