Description
Removes all occurrences of a set of specified characters from the beginning and end of the string.
Signature
Trim('inputstring', 'param[0]','param[1]','param[n]')
Example
Trim(' Microsoft Rocks _', ' ', '_') Returns 'Microsoft Rocks'
Parameters
Name | Type | Description | Required |
---|---|---|---|
inputstring | xxxx | xxxx | xxxx |
param[0] | xxxx | xxxx | xxxx |
param[1] | xxxx | xxxx | xxxx |
param[n] | xxxx | xxxx | xxxx |