lua-users home
lua-l archive

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


On Thu, Dec 16, 2010 at 7:38 PM, Shmuel Zeigerman <shmuz@013net.net> wrote:
The flags you referred to are in fact "cf", compilation flags. They can be specified in the 4-th argument of rex.match as "m" and "s" respectively. They can also be specified directly in (parts of) the pattern as (?m) or (?s).

Hi Shmuel,

I read the manual.txt file for lrexlib-2.5.3, but am still a bit confused. Can you point me to an example of using the 'm' flag as the 4th parameter and of using ?m in the pattern?

Thanks,

Y