lua-users home
lua-l archive

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


-----Original Message-----
From: lua-bounces@bazar2.conectiva.com.br
[mailto:lua-bounces@bazar2.conectiva.com.br] On Behalf Of Thomas Harning
Sent: Tuesday, December 18, 2007 7:28 PM
To: Lua list
Subject: Re: posix regex

Manish Jain wrote:
>
> Hi,
>
> I want to use "posix regular expressions" in my Lua script. I 
> understand that Lua does not support 'posix regex".
>
> Do we have readily available library for "posix regex" or any other 
> alternatives.
>
See LuaForge...

http://luaforge.net/projects/lrexlib/


Manish:
Thanks Thomas for your reply. It seems that this is supported over Lua
5.1. I am using Lua 4.0. Any recommandations?