Description
Returns a substring from a string between a start and end position.
Signature
Slice('inputstring', 'start', 'end')
Example
Slice('microsoft', 2, 4) Returns 'cr'
Parameters
Name | Type | Description | Required |
---|---|---|---|
inputstring | xxxx | xxxx | xxxx |
start | xxxx | xxxx | xxxx |
end | xxxx | xxxx | xxxx |