Class: WString
Lua
C++
Edit

WString:Mid

This function extracts a partial wide string and returns it.

Syntax

Parameters

Returns

Returns a string extracted from the specified position and length.

Example

local s = WString("Hello, how are you today?")
Print(s:Mid(7, 3))
Copyright © 2024 Ultra Software.
All rights reserved.