This function extracts a partial wide string and returns it.
Returns a string extracted from the specified position and length.
local s = WString("Hello, how are you today?") Print(s:Mid(7, 3))