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