Mid
Last updated
Last updated
Extract a substring from a string
Argument | Type | Required | Description | Default |
---|---|---|---|---|
string
string
true
The string to extract from
start
integer
true
The position of the first character to retrieve.
count
integer
true
The number of characters to retrieve.