[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua pattern against perl regular expression
- From: Emmanuel <evaisse@...>
- Date: Mon, 2 Feb 2009 10:32:22 +0100
Just match against url routes for example. It's mainly curiosity.
For matching something like that, eg :
`^/user/\w+/$`i
`^/user/%a+/$`i
On Mon, Feb 2, 2009 at 10:12 AM, Rob Kendrick <lua-l@nun.org.uk> wrote:
> On Mon, 2 Feb 2009 09:25:10 +0100
> Emmanuel <evaisse@gmail.com> wrote:
>
>> Does anyone have bench lua pattern against prce ?
>>
>> I woud have an idea about performance difference.
>
> For what specific uses? Any benchmark almost certainly wouldn't cover
> your uses in any useful detail.
> --
> B.
>