Decimal -> ASCII string decoder

Converting series of decimal numbers into equivalent ASCII string. Intended for extracting text from decimal encoded data in log files.

Decimal number series:

Note: decimal numbers can be separated by any non-digit character(s).

Normalized, comma-separated input:


Decoded data as ASCII text, values outside 32...126 range displayed in italics as [byte value]:

...decoded text...


 "Cookie monsters": 7684172    Parse time: 0.001 s