lua-users home
lua-l archive

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


just like '(?P<name>...)' in python.
 
for example, i want to extract 1,10,'int', 'id' from '1-10:int=id'.
how to do?