Mid
Extract a substring from a string
Method Signature
Arguments
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.
Examples
Related
Last updated