Re: help about pattern-matching
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: help about pattern-matching
- From: Shmuel Zeigerman <shmuz@...>
- Date: 2011年6月08日 10:40:28 +0300
On 08/06/2011 01:46, Igor Medeiros wrote:
Excuse me if the question does not belong to this thread, but I'm not used to
the lua patterns. I'm more used to define patterns using regex
You can use traditional regexes with Lrexlib [1], e.g.:
pattern = "(systemScreen[1-9]|systemAudio[1-9])"
[1] http://luaforge.net/frs/?group_id=63
--
Shmuel