lua-users home
lua-l archive

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


The above function is not fully correct but it is 100% secure. No input can cause the execution of 'str' itself.

--
Shmuel

Except of course something like:

print(reverse_q("\\\\\" .. (1+1) -- \\"))

Which computes (1+1).

// Erik