lua-users home
lua-l archive

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


Dear,
I have a small tool that uses a Lua pattern to select lines from a file.
Is there any way to test if the pattern string is indeed a valid Lua pattern and won't blow up string.find() ? Btw, is string.find() concerned about it?
--
Rodrigo