“Copy Text” from the message, extract the numbers at the start of each line with regex ([0-9]+), then chr() them, concatenate and print. Easy.
[0-9]+
chr()