Last updated 2 months ago
Was this helpful?
Extract a substring from a string
Mid(string=[string], start=[integer], count=[integer])
string
true
The string to extract from
start
integer
The position of the first character to retrieve.
count
The number of characters to retrieve.