Description
Returns a substring based on a split character and index.
Signature
Split('inputstring', 'chartosplit', 'index')
Example
Split('microsoft.north52.ibm', '.', 1) Returns 'north52'
Parameters
Name | Type | Description | Required |
---|---|---|---|
inputstring | xxxx | xxxx | xxxx |
chartosplit | xxxx | xxxx | xxxx |
index | xxxx | xxxx | xxxx |