Hello! How can I use regexp with LUA scripts? Yes, I found I may use api:execute('regex'....) but can't understand how to get matched strings from it. For example my re is (\d+)#(\d+) and I want to get $1 and $2 in some variables. -- Regards, Boris