Remove Control Codes

txt = stripcodes(txt, keep)

Returns a string where all controls, except those listed in keep have been stripped.

e.g.

local s = stripcodes(s, '\r\n\t') -- remove everything except CR, LF, TAB