lua-users home
lua-l archive

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


Hallo,

Tim Johnson escreveu:
> 
> I believe that the lua pattern matching system is more than adequate
> for my usage, however, should I do a presentation to the organization,
> I believe that I will be asked the following question:
> 
> """ If lua is so extendable, is there a patch available that will enable
>      full regexp functionality? 
> """

     LPEG has support for regexp syntax, maybe that is enough?

http://www.inf.puc-rio.br/~roberto/lpeg.html

Cheers,
-alex