lua-users home
lua-l archive

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


On Mon, 3 Dec 2001 jim@mathies.com wrote:

> Do the built-in string functions like strfind, strrep, and gsub work
> on binary data?

Yes, except for "format"; and patterns cannot have zeros embedded (you
can use %z to match a '\0').

- Roberto