lua-users home
lua-l archive

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


> print("String found " .. not not string.match(text,pattern))

I'm talking rubbish. "string.match(text,pattern)"

print("String found " .. tostring(not not string.match(text,pattern)))

yuk Blind leading the blind. I'll shut up now.

   M