lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On Sun, 27 May 2001, Alex Liebowitz wrote:

> I'm new to Lua.. how would I, for instance, extract the third character of a
> string? Or the third-through-fifth characters of it? Or convert a string
> into a list of characters and vice-versa so I could do so? ...
>
>

strsub(s, 3, 5)