|
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