Re: Lua string library partially reimplemented in Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua string library partially reimplemented in Lua
- From: "David Manura" <dm.lua@...>
- Date: 2008年9月18日 22:02:19 -0400
On Thu, Sep 18, 2008 at 9:44 PM, David Manura wrote:
> (2) string.smatch (s, s2, [, init, [, final ] ])
And maybe
string.smatch (s, s2, final, initial)
for a reverse search.