Trim
Trims a string value with the specified character from the left, right, or both sides
Inputs
Trim(string, [character], [sideOption])
string
- A text value[character]
- A text to trim[sideOption]
- LEFT, RIGHT, or BOTH side option, ex. SideOption.BOTH
Last updated