lua-users home
lua-l archive

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


On 11/3/12, Dirk Laurie <dirk.laurie@gmail.com> wrote:
>> string.part=string.sub
>> string.grepl=string.gsub
>> string.sub=nil
>> string.gsub=nil
>> print((("How hard is that?"):grepl("hard","easy")))
> How easy is that?

Dirk, it is OK until you have to share your sources with others.
Do you really wanna Babel in Lua community?   :-)
The benefits of language standardization should not be underestimated.