Given a String of numerical ascii values, how can I convert these back to their original characters to generate a String. I understand how this works, but I don't understand the regex that I would need to use to complete this task.
Example:
"108108108108"
108 represents the character "l", so the output would be: llll