inspect.lua icon indicating copy to clipboard operation
inspect.lua copied to clipboard

inspect option to output binary value as hex codes instead of escaped characters

Open 4mig4 opened this issue 2 years ago • 0 comments

for example

inspect(string.pack("Bc8",8,"647dedb2")) "\b647dedb2"

I would like

"\x08" instead of "\b" (backspace)

4mig4 avatar Jun 05 '23 14:06 4mig4